PenIHandlerGetThickness Method |
Gets or sets the thickness (width) of the pen
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax float GetThickness(
Pen widget
)
Function GetThickness (
widget As Pen
) As Single
abstract GetThickness :
widget : Pen -> float32
Parameters
- widget
- Type: Eto.DrawingPen
Pen to get the thickness
Return Value
Type:
Single[Missing <returns> documentation for "M:Eto.Drawing.Pen.IHandler.GetThickness(Eto.Drawing.Pen)"]
See Also