ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Intersect Method / Intersect(Rect,Rect) Method
A rectangle to intersect.
A rectangle to intersect.

In This Topic
    Intersect(Rect,Rect) Method
    In This Topic
    Returns a third Rect structure that represents the intersection of two other Rect structures. If there is no intersection, an empty Rect is returned.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Intersect( _
       ByVal a As Rect, _
       ByVal b As Rect _
    ) As Rect
    public static Rect Intersect( 
       Rect a,
       Rect b
    )

    Parameters

    a
    A rectangle to intersect.
    b
    A rectangle to intersect.

    Return Value

    Rect.
    See Also