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.2.419.0 (24.2.419.0)
Syntax public Cartographic WindowToCartographic(
CentralBody centralBody,
Rectangular position
)
Public Function WindowToCartographic (
centralBody As CentralBody,
position As Rectangular
) As Cartographic
public:
Cartographic WindowToCartographic(
CentralBody^ centralBody,
Rectangular position
)
member WindowToCartographic :
centralBody : CentralBody *
position : Rectangular -> Cartographic
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