RectangleFIntersectsWith Method |
Determines if this rectangle intersects with rect.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public bool IntersectsWith(
RectangleF rect
)
Public Function IntersectsWith (
rect As RectangleF
) As Boolean
Parameters
- rect
- Type: Easymap.AddIn.Common.GraphicsRectangleF
The rectangle to test.
Return Value
Type:
Boolean
This method returns true if there is any intersection.
See Also