Pen Class |
Namespace: Eto.Drawing
The Pen type exposes the following members.
Name | Description | |
---|---|---|
Pen(Brush, Single) |
Creates a new pen with the specified brush and thickness | |
Pen(Color, Single) |
Creates a new pen with the specified color and thickness |
Name | Description | |
---|---|---|
Brush |
Gets the brush associated with the pen.
| |
Color | Obsolete.
Gets or sets the color of the pen
| |
ControlObject |
Gets the control object for this widget
| |
DashStyle |
Gets or sets the dash style of the pen
| |
Handler |
Gets the platform handler object for the widget
| |
Instantiator | Obsolete.
Gets a delegate that can be used to create instances of the Pen with low overhead
| |
LineCap |
Gets or sets the line cap style of the pen
| |
LineJoin |
Gets or sets the line join style of the pen
| |
MiterLimit |
Gets or sets the miter limit on the ratio of the length vs. the Thickness of this pen
| |
Thickness |
Gets or sets the thickness (width) of the pen
|