RectangleIntersects Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool Intersects(
Rectangle other
)
Public Function Intersects (
other As Rectangle
) As Boolean
Parameters
- other
- Type: Telogis.GeoBaseRectangle
The Rectangle to be compared with this Rectangle.
Return Value
Type:
Booleantrue if there is an intersection,
false if not.
See Also