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: 12.3.0.0
Syntax
public bool IntersectsWith(
	RectangleF rect
)

Parameters

rect  RectangleF
The rectangle to test.

Return Value

Boolean
This method returns true if there is any intersection.
See Also