PenIHandlerSetThickness Method |
Sets the thickness (width) of the pen
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void SetThickness(
Pen widget,
float thickness
)
Sub SetThickness (
widget As Pen,
thickness As Single
)
abstract SetThickness :
widget : Pen *
thickness : float32 -> unit
Parameters
- widget
- Type: Eto.DrawingPen
Pen to set the thickness - thickness
- Type: SystemSingle
Thickness for the pen
See Also