Click or drag to resize

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
)

Parameters

widget
Type: Eto.DrawingPen
Pen to set the thickness
thickness
Type: SystemSingle
Thickness for the pen
See Also