GM_ConvertCoordGroundToPixelWithOrientation |
Convert a coordinate between the current projection and a pixel
coordinate. The conversion space can be either the last drawn
coordinate space or the caller can provide the coordinate space
to work in. You also supply an orientation angle to perform
the conversion with.
Note |
---|
The only time that you should need to call this function is
if you want to do a coordinate conversion in a different
orientation than what has been set globally with GM_SetOrientation.
|
SyntaxGM_Error_t32 __stdcall GM_ConvertCoordGroundToPixelWithOrientation
(
double aGroundX,
double aGroundY,
sint32* aPixelX,
sint32* aPixelY,
const GM_Rectangle_t* aWorldBounds,
const GM_PixelRect_t* aPixelRect,
double aOrientation
)