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