Click or drag to resize

GM_UtilityGetLastDrawnScale 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: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static double GetLastDrawnScale(
	IntPtr aDC
)

Parameters

aDC
Type: SystemIntPtr
(HDC) Device context that was drawn to

Return Value

Type: Double
The last Draw scale value
See Also