PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RectangleD Structure / IntersectsWith Method
The RectangleD to test.

In This Topic
    IntersectsWith Method (RectangleD)
    In This Topic
    Tests whether the current RectangleD intersects with another.
    Syntax
    'Declaration
     
    Public Function IntersectsWith( _
       ByVal rc As RectangleD _
    ) As Boolean
    public bool IntersectsWith( 
       RectangleD rc
    )

    Parameters

    rc
    The RectangleD to test.

    Return Value

    true if the current RectangleD intersects with rc, false otherwise.
    See Also