GM_Utility .GetLastDrawnScale Method
Return the scale value (i.e. 24000.0 for 1:24K) that data was last rendered at

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static double GetLastDrawnScale(
    IntPtr aDC
)

Parameters

aDC
Type:  System . IntPtr
(HDC) Device context that was drawn to

Return Value

Type:  Double
The last Draw scale value
See Also