Global Mapper SDK
| GM_PointStyle_t Class |
This type is used to describe a style used for drawing a point feature
and its label (if any)
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
C#
public class GM_PointStyle_t
The GM_PointStyle_t type exposes the following members.
| Name | Description | |
|---|---|---|
| GM_PointStyle_t |
Default Constructor for a point feature style
|
|
| GM_PointStyle_t(String, GM_FontDef_t, Boolean, Boolean, UInt16, Single) |
Constructor for a point feature style
|
| Name | Description | |
|---|---|---|
|
|
AddCustomPointClass |
Adds a new custom point classification.
|
|
|
AddCustomSymbol |
Adds a new custom symbol that can be used when drawing point features
(see the GM_SetPointFeatureDrawStyle function)
|
| Equals | (Inherited from Object .) | |
| Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
|
GetAvailableSymbolNames |
Returns the list of available symbol names (returns char**)
|
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from
Object
.)
|
|
|
|
GetPointFeatureClassDrawStyle |
Sets the default drawing style to use for a given point feature classification
|
| GetType |
Gets the type of the current instance.
(Inherited from
Object
.)
|
|
| MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
|
RemoveCustomSymbol |
Removes a custom symbol
|
|
|
SetPointFeatureClassDrawStyle |
Sets the default drawing style to use for a given point feature classification
|
| ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
| mDrawLabel | Render the label for this line if there is one |
|
| mDrawLabelAlways | Render the label for this line even if it collides with another display label |
|
| mFont | Font to use to render label |
|
| mRotation | Rotation angle in degrees (0 is up
orth, 90 right/east, etc.) and rotation sense flags |
|
| mScale | 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) |
|
| mSymbolName | Name of symbol |
Comments
0 comments
Please sign in to leave a comment.