Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.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