Click or drag to resize

CameraWindowToCartographic Method

Converts a pixel coordinate relative to the Insight3D control to a Cartographic position. For speed, terrain is not considered; if the pixel coordinate does not intersect the ellipsoid, an exception is thrown.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Cartographic WindowToCartographic(
	CentralBody centralBody,
	Rectangular position
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The CentralBody of the position.
position
Type: AGI.Foundation.CoordinatesRectangular
The pixel coordinate to convert.

Return Value

Type: Cartographic
The Cartographic position.
See Also