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