Click or drag to resize

MapRectangleIntersectsWith Method

Checks whether the parameter rect intersects with this rectangle. If one edge is coincident, it is considered an intersection.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public bool IntersectsWith(
	MapRectangle rect
)

Parameters

rect
Type: Ptv.XServer.Controls.MapMapRectangle
The rectangle which is being tested for intersection.

Return Value

Type: Boolean
Returns true if the MapRect intersects with this rectangle, false otherwise.
See Also