[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.LayoutRect.IntersectsWith

IntersectsWith Method

IntersectsWith(LayoutRect)

Determines if this LayoutRect intersects with otherRect.

Declaration
public bool IntersectsWith(LayoutRect otherRect)
Public Function IntersectsWith(otherRect As LayoutRect) As Boolean
Parameters
Type Name Description
LayoutRect otherRect

The LayoutRect to test or null to reference the owner LayoutView.

Returns
Type Description
bool

true if there is any intersection; otherwise, false.