Click or drag to resize

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
SystemObject
  GlobalMapperGM_AreaStyle_t

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.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 methodStatic memberGetAreaFeatureClassDrawStyle
Sets the default drawing style to use for a given area feature classification
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
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