'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.