ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / RectD Structure / IntersectRef Method

In This Topic
    IntersectRef Method (RectD)
    In This Topic
    Returns a rectangle that represents the intersection of two rectangles.
    Syntax
    'Declaration
     
    Public Shared Sub IntersectRef( _
       ByRef result As RectD, _
       ByRef a As RectD, _
       ByRef b As RectD _
    ) 
    public static void IntersectRef( 
       out RectD result,
       ref RectD a,
       ref RectD b
    )

    Parameters

    result
    a
    b
    See Also