Global Mapper SDK
GM_GetLastDrawnScale
Returns the last drawn scale (i.e. the XXXX portion of 1:XXXX). If nothing has been drawn, 0.0 is returned.
Syntax
C++
Copy
double GM_GetLastDrawnScale
(
HDC aDC // Device context that was drawn to
);