PenIHandlerGetLineJoin Method |
Gets the style of line join for the pen
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax PenLineJoin GetLineJoin(
Pen widget
)
Function GetLineJoin (
widget As Pen
) As PenLineJoin
abstract GetLineJoin :
widget : Pen -> PenLineJoin
Parameters
- widget
- Type: Eto.DrawingPen
Pen to get the line join style
Return Value
Type:
PenLineJoin[Missing <returns> documentation for "M:Eto.Drawing.Pen.IHandler.GetLineJoin(Eto.Drawing.Pen)"]
See Also