Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / Intersect Method / Intersect(RectangleD,RectangleD) Method
The first RectangleD to intersect.
The second RectangleD to intersect.

In This Topic
    Intersect(RectangleD,RectangleD) Method
    In This Topic
    Creates a new RectangleD structure representing the intersection of two RectangleD structures. (The intersection may be empty, in which case Empty is returned.)
    Syntax
    'Declaration
     
    Public Overloads Shared Function Intersect( _
       ByVal a As RectangleD, _
       ByVal b As RectangleD _
    ) As RectangleD
    public static RectangleD Intersect( 
       RectangleD a,
       RectangleD b
    )

    Parameters

    a
    The first RectangleD to intersect.
    b
    The second RectangleD to intersect.

    Return Value

    The newly created RectangleD structure.
    See Also