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
)
Sub SetLineCap (
widget As Pen,
lineCap As PenLineCap
)
abstract SetLineCap :
widget : Pen *
lineCap : PenLineCap -> unit
Parameters
- widget
- Type: Eto.DrawingPen
Pen to set the line cap - lineCap
- Type: Eto.DrawingPenLineCap
Line cap to set
See Also