Click or drag to resize

PolygonRingContains Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Note: This API is now obsolete.

Check whether a given point is inside this ring.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute]
public bool Contains(
	LatLon point
)

Parameters

point
Type: Telogis.GeoBaseLatLon
The point to check.

Return Value

Type: Boolean
True if the point is inside the ring, otherwise false.
See Also