Click or drag to resize

GM_UtilitySetVectorDrawScale Method

Specifies the extra scaling factor to apply to line widths, point symbols, and fonts when drawing. This is useful when printing to try and keep vector features the same size as displayed.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static float SetVectorDrawScale(
	float aDrawScale
)

Parameters

aDrawScale
Type: SystemSingle
IN: scale factor to apply to line widths, symbols, and fonts

Return Value

Type: Single
The Old Draw scale
See Also