Click or drag to resize

PenIHandlerGetMiterLimit Method

Gets the miter limit for the pen

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
float GetMiterLimit(
	Pen widget
)

Parameters

widget
Type: Eto.DrawingPen
Pen to get the miter limit

Return Value

Type: Single

[Missing <returns> documentation for "M:Eto.Drawing.Pen.IHandler.GetMiterLimit(Eto.Drawing.Pen)"]

Remarks
The miter limit specifies the maximum allowed ratio of miter lenth to stroke length in which a miter will be converted to a bevel. The default miter limit is 10.
See Also