ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / RectL Structure / Intersect Method

In This Topic
    Intersect Method (RectL)
    In This Topic
    Returns a rectangle that represents the intersection of two rectangles.
    Syntax
    'Declaration
     
    Public Shared Function Intersect( _
       ByVal a As RectL, _
       ByVal b As RectL _
    ) As RectL
    public static RectL Intersect( 
       RectL a,
       RectL b
    )

    Parameters

    a
    b
    See Also