Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / ObjectRect Class / IntersectsWith Method

In This Topic
    IntersectsWith Method (ObjectRect)
    In This Topic
    Determines if this rectangle intersects with rect.
    Syntax
    'Declaration
     
    Public Function IntersectsWith( _
       ByVal rect As ObjectRect _
    ) As System.Boolean
    public System.bool IntersectsWith( 
       ObjectRect rect
    )

    Parameters

    rect
    See Also