ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL Structure / IntersectRef Method

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

    Parameters

    result
    a
    b
    See Also