PenIHandlerSetMiterLimit Method |
Sets the miter limit of the pen
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void SetMiterLimit(
Pen widget,
float miterLimit
)
Sub SetMiterLimit (
widget As Pen,
miterLimit As Single
)
abstract SetMiterLimit :
widget : Pen *
miterLimit : float32 -> unit
Parameters
- widget
- Type: Eto.DrawingPen
Pen to set the miter limit - miterLimit
- Type: SystemSingle
Miter limit to set to the 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