Converts a pixel coordinate relative to the
globe control to a Cartographic position. For speed, terrain is not
considered. This method does not throw an exception.
[Visual Basic .NET] |
---|
Public Function TryWindowToCartographic( _
ByVal CentralBody As String, _
ByRef Position As System.Array _
) As System.Array
|
[C#] |
---|
public System.Array TryWindowToCartographic(
|
[Managed C++] |
---|
public: System::Array TryWindowToCartographic(
|
[Java] |
---|
public Object[] tryWindowToCartographic(
|
[Unmanaged C++] |
---|
public: HRESULT TryWindowToCartographic(
|
- CentralBody
- The Central Body of the position.
- Position
- An array containing the pixel coordinate (in the order x, y) to convert.
Shows the format of
the Position parameter when converting a pixel coordinate to a
cartographic position.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Position parameter when converting a pixel coordinate to a
cartographic position.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|