Click or drag to resize

RectangleIntersects Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Test if this Rectangle intersects with another Rectangle.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Intersects(
	Rectangle other
)

Parameters

other
Type: Telogis.GeoBaseRectangle
The Rectangle to be compared with this Rectangle.

Return Value

Type: Boolean
true if there is an intersection, false if not.
See Also