'Declaration Public Function IntersectsWith( _ ByVal rc As Rect _ ) As System.Boolean
public System.bool IntersectsWith( Rect rc )
Parameters
- rc
- The Rect to test.
Return Value
true if the current Rect intersects with rc, false otherwise.
'Declaration Public Function IntersectsWith( _ ByVal rc As Rect _ ) As System.Boolean
public System.bool IntersectsWith( Rect rc )