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
)
Public Function IntersectsWith (
rect As MapRectangle
) As Boolean
public:
bool IntersectsWith(
MapRectangle^ rect
)
member IntersectsWith :
rect : MapRectangle -> bool
Parameters
- rect
- Type: Ptv.XServer.Controls.MapMapRectangle
The rectangle which is being tested for intersection.
Return Value
Type:
BooleanReturns true if the MapRect intersects with this rectangle, false otherwise.
See Also