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:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static float SetVectorDrawScale(
float aDrawScale
)
Public Shared Function SetVectorDrawScale (
aDrawScale As Single
) As Single
public:
static float SetVectorDrawScale(
float aDrawScale
)
Parameters
- aDrawScale
- Type: SystemSingle
IN: scale factor to apply to line widths, symbols, and fonts
Return Value
Type:
SingleThe Old Draw scale
See Also