Click or drag to resize

PenIHandlerSetLineJoin Method

Sets the style of line join for the pen

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetLineJoin(
	Pen widget,
	PenLineJoin lineJoin
)

Parameters

widget
Type: Eto.DrawingPen
Pen to set the line join style
lineJoin
Type: Eto.DrawingPenLineJoin
Line join to set
See Also