Click or drag to resize

CartographicExtentIsInsideExtent Method

Determines if the specified location is inside the extent.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool IsInsideExtent(
	double longitude,
	double latitude
)

Parameters

longitude
Type: SystemDouble
The longitude.
latitude
Type: SystemDouble
The latitude.

Return Value

Type: Boolean
if the specified location is inside the extent, or on the border; otherwise .
See Also