Get the window projected position for given values.
| [Visual Basic .NET] |
|---|
Public Function GetWindowProjectedPosition( _ ByVal Lat As Double, _ ByVal Lon As Double, _ ByVal Alt As Double, _ ByVal DrawCoords As AgEGfxDrawCoords _ ) As AgWinProjPos |
| [C#] |
|---|
public AgWinProjPos GetWindowProjectedPosition( |
| [Managed C++] |
|---|
public: AgWinProjPos^ GetWindowProjectedPosition( |
| [Java] |
|---|
public AgWinProjPos getWindowProjectedPosition( |
| [Unmanaged C++] |
|---|
public: HRESULT GetWindowProjectedPosition( |
- Lat
- Latitude in deg
- Lon
- Longitude in deg
- Alt
- Altitude in Connect distance unit
- DrawCoords
Member Value Description ePixelDrawCoords 1 The draw coordinates values in pixels. eScreenDrawCoords 2 The draw coordinates values in screen coordinates.
This method returns pixel or screen coordinate values for given latitude, longitude and altitude values.
| [Viusal Basic .NET] | Copy Code | |
|---|---|---|
| ||
