enum wxPenCap |
enum wxPenJoin |
enum wxPenStyle |
The possible styles for a wxPen.
Note that hatched pen styles are not supported by X11-based ports, including wxGTK.
wxPENSTYLE_INVALID | |
wxPENSTYLE_SOLID |
Solid style. |
wxPENSTYLE_DOT |
Dotted style. |
wxPENSTYLE_LONG_DASH |
Long dashed style. |
wxPENSTYLE_SHORT_DASH |
Short dashed style. |
wxPENSTYLE_DOT_DASH |
Dot and dash style. |
wxPENSTYLE_USER_DASH |
Use the user dashes: see wxPen::SetDashes. |
wxPENSTYLE_TRANSPARENT |
No pen is used. |
wxPENSTYLE_STIPPLE_MASK_OPAQUE |
|
wxPENSTYLE_STIPPLE_MASK |
|
wxPENSTYLE_STIPPLE |
Use the stipple bitmap. |
wxPENSTYLE_BDIAGONAL_HATCH |
Backward diagonal hatch. |
wxPENSTYLE_CROSSDIAG_HATCH |
Cross-diagonal hatch. |
wxPENSTYLE_FDIAGONAL_HATCH |
Forward diagonal hatch. |
wxPENSTYLE_CROSS_HATCH |
Cross hatch. |
wxPENSTYLE_HORIZONTAL_HATCH |
Horizontal hatch. |
wxPENSTYLE_VERTICAL_HATCH |
Vertical hatch. |
wxPENSTYLE_FIRST_HATCH |
First of the hatch styles (inclusive). |
wxPENSTYLE_LAST_HATCH |
Last of the hatch styles (inclusive). |
Black dashed pen.
Except for the color and for the wxPENSTYLE_SHORT_DASH
it has all standard attributes (1-pixel width, wxCAP_ROUND
style, etc...).
Black pen.
Except for the color it has all standard attributes (1-pixel width, wxPENSTYLE_SOLID
and wxCAP_ROUND
styles, etc...).
Blue pen.
Except for the color it has all standard attributes (1-pixel width, wxPENSTYLE_SOLID
and wxCAP_ROUND
styles, etc...).
Cyan pen.
Except for the color it has all standard attributes (1-pixel width, wxPENSTYLE_SOLID
and wxCAP_ROUND
styles, etc...).
Green pen.
Except for the color it has all standard attributes (1-pixel width, wxPENSTYLE_SOLID
and wxCAP_ROUND
styles, etc...).
Grey pen.
Except for the color it has all standard attributes (1-pixel width, wxPENSTYLE_SOLID
and wxCAP_ROUND
styles, etc...).
Light-grey pen.
Except for the color it has all standard attributes (1-pixel width, wxPENSTYLE_SOLID
and wxCAP_ROUND
styles, etc...).
Medium-grey pen.
Except for the color it has all standard attributes (1-pixel width, wxPENSTYLE_SOLID
and wxCAP_ROUND
styles, etc...).
An empty pen.
wxPen::IsOk() always returns false for this object.
Red pen.
Except for the color it has all standard attributes (1-pixel width, wxPENSTYLE_SOLID
and wxCAP_ROUND
styles, etc...).
The global list of wxPen objects ready to be re-used (for better performances).
Transparent pen.
Except for the color it has all standard attributes (1-pixel width, wxPENSTYLE_SOLID
and wxCAP_ROUND
styles, etc...).
White pen.
Except for the color it has all standard attributes (1-pixel width, wxPENSTYLE_SOLID
and wxCAP_ROUND
styles, etc...).
Yellow pen.
Except for the color it has all standard attributes (1-pixel width, wxPENSTYLE_SOLID
and wxCAP_ROUND
styles, etc...).