Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / Intersect Method / Intersect(RectangleD) Method
The RectangleD to intersect the current one with.

In This Topic
    Intersect(RectangleD) Method
    In This Topic
    Replaces the current RectangleD structure with the intersection of itself and another RectangleD.
    Syntax
    'Declaration
     
    Public Overloads Sub Intersect( _
       ByVal rect As RectangleD _
    ) 
    public void Intersect( 
       RectangleD rect
    )

    Parameters

    rect
    The RectangleD to intersect the current one with.
    See Also