Global Mapper SDK
| GM_LineStyle_t Fields |
The GM_LineStyle_t type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
mBgPenColor |
For double line pens, the color of the background line
|
|
|
mBgPenWidth |
For double line pens, the width of the background line; if bg width is > 0, then this is a double line style
|
|
|
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
|
|
|
mDrawLabelOnLine |
Render the label for this line (if any) directly on the line rather than offset from it
|
|
|
mFixedWidthMeters |
Fixed width in meters to use for pen (only used if mPenWidth is zero)
|
|
|
mFont |
Font to use to render label
|
|
|
mLabelSegment |
Segment number (1-based) on which to render label (use 0 to use default label placement)
|
|
|
mPenColor |
Color to use for pen
|
|
|
mPenStyle |
Pen style (i.e. solid, dash, etc.)
|
|
|
mPenWidth |
Width in pixels to draw pen in (set to 0 for fixed width lines)
|
|
|
mReserved |
Must be 0
|
Comments
0 comments
Please sign in to leave a comment.