Global Mapper SDK
| GM_PointStyle_t Constructor (String, GM_FontDef_t, Boolean, Boolean, UInt16, Single) |
Constructor for a point feature style
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_PointStyle_t ( string aSymbolName , GM_FontDef_t aFont , bool aDrawLabel , bool aDrawLabelAlways , ushort aRotation , float aScale )
Parameters
- aSymbolName
-
Type:
System
.
String
Name of symbol - aFont
-
Type:
GlobalMapper
.
GM_FontDef_t
Font to use to render label - aDrawLabel
-
Type:
System
.
Boolean
Render the label for this line if there is one - aDrawLabelAlways
-
Type:
System
.
Boolean
Render the label for this line even if it collides with another display label - aRotation
-
Type:
System
.
UInt16
Rotation angle in degrees (0 is up orth, 90 right/east, etc.) and rotation sense flags - aScale
-
Type:
System
.
Single
Symbol scaling factor to apply (use negative values to make symbol a fixed height in meters, i.e. -10 would make symbol 10 meters high)
Comments
0 comments
Please sign in to leave a comment.