
Public Types | |
| enum | Styles |
Public Member Functions | |
| Pen (Colour col, int width, Styles style) | |
| Pen (Colour colour, int width) | |
| Pen (Colour colour) | |
| Pen (wxString name, int width, Styles style) | |
| Pen (string name, int width, Styles style) | |
| Pen (string name, int width) | |
| Pen (string name) | |
| Pen (IntPtr wxObject) | |
Properties | |
| int | Cap [get, set] |
| Colour | Colour [get, set] |
| int | Join [get, set] |
| bool | Ok [get] |
| Styles | Style [get, set] |
| static PenList | ThePenList [get] |
| int | Width [get, set] |
| enum wx::Pen::Styles |
Styles for pens.
| wx.Pen.Pen | ( | IntPtr | wxObject | ) |
| wx.Pen.Pen | ( | string | name | ) |
| wx.Pen.Pen | ( | string | name, | |
| int | width | |||
| ) |
| wx.Pen.Pen | ( | string | name, | |
| int | width, | |||
| Styles | style | |||
| ) |
| wx.Pen.Pen | ( | Colour | colour | ) |
| wx.Pen.Pen | ( | Colour | colour, | |
| int | width | |||
| ) |
int wx.Pen.Cap [get, set] |
Colour wx.Pen.Colour [get, set] |
int wx.Pen.Join [get, set] |
bool wx.Pen.Ok [get] |
Styles wx.Pen.Style [get, set] |
PenList wx.Pen.ThePenList [static, get] |
This is the synonym to wx.PenList.ThePenList.
int wx.Pen.Width [get, set] |
(c) 2003-2009 the wx.NET project