Click or drag to resize

PenIHandlerSetLineCap Method

Sets the line cap style

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetLineCap(
	Pen widget,
	PenLineCap lineCap
)

Parameters

widget
Type: Eto.DrawingPen
Pen to set the line cap
lineCap
Type: Eto.DrawingPenLineCap
Line cap to set
See Also