globalmapper.ConvertCoordGroundToPixelDouble¶
- globalmapper.ConvertCoordGroundToPixelDouble(float aGroundX, float aGroundY, GM_Rectangle_t aWorldBounds, GM_PixelRect_t aPixelRect) GM_Error_t32, float, float [source]¶
Convert a coordinate between the current projection and pixel space. The conversion space can be either the last drawn coordinate space or the caller can provide the coordinate space to work in.
The results will be returned as floats. To get sint32’s instead, use the function ConvertCoordGroundToPixel.
- Parameters
aGroundX (float) – X Coord in current projection
aGroundY (float) – Y Coord in current projection
aWorldBounds (GM_Rectangle_t) – World bounds to convert from or None for last drawn
aPixelRect (GM_PixelRect_t) – Pixel bounds to convert from or None for last drawn
- Returns
Error Code
- Return type
GM_Error_t32
- Returns
X Coord in pixel space
- Return type
float
- Returns
Y Coord in pixel space
- Return type
float