GM_AreaStyle_t Class
This type is used to describe a style used for drawing a area feature and its label (if any)
Inheritance Hierarchy
System Object
GlobalMapper GM_AreaStyle_t

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    class
                                    GM_AreaStyle_t
                                

The GM_AreaStyle_t type exposes the following members.

Constructors
NameDescription
Public methodGM_AreaStyle_t
The Default Constructor for an area feature style
Top
Methods
NameDescription
Public methodStatic memberAddCustomAreaClass
Adds a new custom area classification.
Public methodStatic memberAddCustomBrushStyle
Adds a new custom brush style that can be used when drawing area features (see the GM_SetAreaFeatureDrawStyle function)
Public methodEquals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public methodStatic memberGetAreaFeatureClassDrawStyle
Sets the default drawing style to use for a given area feature classification
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public methodStatic memberRemoveCustomBrushStyle
Removes a custom brush style
Public methodStatic memberSelectAreaStyle
Displays a dialog allowing the user to graphically select an area style (not available on WinCE)
Public methodStatic memberSetAreaFeatureClassDrawStyle
Sets the default drawing style to use for a given area feature classification
Public methodToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
NameDescription
Public fieldmBorderPenColor
color to use for border pen
Public fieldmBorderPenStyle
Border pen style (i.e. solid, dash, etc.)
Public fieldmBorderPenWidth
Width to draw border pen in
Public fieldmBrushColor
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.
Public fieldmBrushStyle
Style of brush to fill area with
Public fieldmDrawLabel
Render the label for this line if there is one
Public fieldmDrawLabelAlways
Render the label for this line even if it collides with another display label
Public fieldmFont
Font to use to render label
Top
See Also