Click or drag to resize

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
double GM_GetLastDrawnScale
(
HDC                     aDC             // Device context that was drawn to
);