PenIHandler Interface |
Namespace: Eto.Drawing
The PenIHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create |
Creates a new pen with the specified brush and thickness |
![]() | GetBrush |
Gets the brush of the pen
|
![]() | GetLineCap |
Gets the line cap style
|
![]() | GetLineJoin |
Gets the style of line join for the pen
|
![]() | GetMiterLimit |
Gets the miter limit for the pen
|
![]() | GetThickness |
Gets or sets the thickness (width) of the pen
|
![]() | SetDashStyle |
Sets the dash style of the pen
|
![]() | SetLineCap |
Sets the line cap style
|
![]() | SetLineJoin |
Sets the style of line join for the pen
|
![]() | SetMiterLimit |
Sets the miter limit of the pen
|
![]() | SetThickness |
Sets the thickness (width) of the pen
|