Click or drag to resize

CartographicExtent Constructor (Double, Double, Double, Double)

Initializes a new instance with the specified coordinate bounds with the LongitudePiInNativeUnits and LatitudePiInNativeUnits in radians.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CartographicExtent(
	double west,
	double south,
	double east,
	double north
)

Parameters

west
Type: SystemDouble
The westernmost longitude.
south
Type: SystemDouble
The southernmost latitude.
east
Type: SystemDouble
The easternmost longitude.
north
Type: SystemDouble
The northernmost latitude.
See Also