Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / IntersectsWith Method
The LayoutRect to test or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.

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

    Parameters

    otherRect
    The LayoutRect to test or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.

    Return Value

    true if there is any intersection; otherwise, false.
    See Also