WxPen
From WxWiki
[edit] Styles
- wxSOLID
- Lines are drawn solid.
- wxTRANSPARENT
- Used when no pen drawing is desired.
- wxDOT
- The line is drawn dotted.
- wxLONG_DASH
- Draws with a long dashed style.
- wxSHORT_DASH
- Draws with a short dashed style. On Windows, this is the same as wxLONG_SASH.
- wxDOT_DASH
- Draws with a dot and a dash.
- wxSTIPPLE
- Uses a stipple bitmap, which is passed as the first constructor argument.
- wxUSER_DASH
- Uses user-specified dashes. See the reference manual for further information.
- wxBDIAGONAL_HATCH
- Draws with a backward-diagonal hatch.
- wxCROSSDIAG_HATCH
- Draws with a cross-diagonal hatch.
- wxFDIAGONAL_HATCH
- Draws with a forward-diagonal hatch.
- wxCROSS_HATCH
- Draws with a cross hatch.
- wxHORIZONTAL_HATCH
- Draws with a horizontal hatch.
- wxVERTICAL_HATCH
- Draws with a vertical hatch.
[edit] See also