| GM_AreaStyle_t Class |
This type is used to describe a style used for drawing a area feature
and its label (if any)
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public
class
GM_AreaStyle_t
The GM_AreaStyle_t type exposes the following members.
| Name | Description | |
|---|---|---|
| GM_AreaStyle_t |
The Default Constructor for an area feature style
|
| Name | Description | |
|---|---|---|
| AddCustomAreaClass |
Adds a new custom area classification.
| |
| AddCustomBrushStyle |
Adds a new custom brush style that can be used when drawing area features
(see the GM_SetAreaFeatureDrawStyle 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
.)
| |
| GetAreaFeatureClassDrawStyle |
Sets the default drawing style to use for a given area feature classification
| |
| GetHashCode | Serves as a hash function for a particular type.
(Inherited from
Object
.)
| |
| GetType | Gets the type of the current instance.
(Inherited from
Object
.)
| |
| MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
| |
| RemoveCustomBrushStyle |
Removes a custom brush style
| |
| SelectAreaStyle |
Displays a dialog allowing the user to graphically select an area style (not available on WinCE)
| |
| SetAreaFeatureClassDrawStyle |
Sets the default drawing style to use for a given area feature classification
| |
| ToString | Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
| mBorderPenColor | color to use for border pen | |
| mBorderPenStyle | Border pen style (i.e. solid, dash, etc.) | |
| mBorderPenWidth | Width to draw border pen in | |
| mBrushColor |
color of brush to fill area with (when applicable to brush style).
The color is defined as ARGB where the upper 8 bits are alpha.
The exception is a value of 0 in the A is treated as no alpha.
| |
| mBrushStyle | Style of brush to fill area with | |
| 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 |