Click or drag to resize

CartographicExtent Constructor (Double, Double, Double, Double, Double)

Initializes a new instance with the specified coordinate bounds.

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,
	double piInNativeUnits
)

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.
piInNativeUnits
Type: SystemDouble
The value of π in native units for the longitude and latitude coordinates of the extent.
See Also