Click or drag to resize

PolygonContains Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines whether the Polygon contains or touches a point.

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

Parameters

point
Type: Telogis.GeoBaseLatLon
The point to test against.

Return Value

Type: Boolean
True if the Polygon contains or touches the given point.
See Also