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)

C#
Copy
public static double GetLastDrawnScale(
IntPtr aDC
)
Parameters
- aDC
-
Type:
System
.
IntPtr
(HDC) Device context that was drawn to
Return Value
Type: DoubleThe last Draw scale value
