GM_Utility .SetVectorDrawScale 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: 18.0.0.0 (18.0.0.0)

C#
Copy
public static float SetVectorDrawScale(
float aDrawScale
)
Parameters
- aDrawScale
-
Type:
System
.
Single
IN: scale factor to apply to line widths, symbols, and fonts
Return Value
Type: SingleThe Old Draw scale
