Creates a new pen with the specified brush and thickness
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Object Create(
Brush brush,
float thickness
)
Function Create (
brush As Brush,
thickness As Single
) As Object
abstract Create :
brush : Brush *
thickness : float32 -> Object
Parameters
- brush
- Type: Eto.DrawingBrush
Brush for the new pen - thickness
- Type: SystemSingle
Thickness of the new pen
Return Value
Type:
ObjectControlObject for the pen
See Also