ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Intersect Method / Intersect(Rect) Method
The Rect with which to intersect.

In This Topic
    Intersect(Rect) Method
    In This Topic
    Replaces this Rect with the intersection of itself and the specified Rect.
    Syntax
    'Declaration
     
    Public Overloads Function Intersect( _
       ByVal rect As Rect _
    ) As Rect
    public Rect Intersect( 
       Rect rect
    )

    Parameters

    rect
    The Rect with which to intersect.
    See Also