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