| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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
See Also