Click or drag to resize

RectangleFIntersectsWith Method

Determines if this rectangle intersects with rect.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public bool IntersectsWith(
	RectangleF rect
)

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