RenderingContext:set_stroke_width()
RenderingContext:set_stroke_width(width)
This methods sets the value specified in the stroke_width
property.
Parameters
Parameter | Type | Description |
---|---|---|
width | number | Specifies the value to set in the stroke_width property. |
Return Values
This method doesn't return any value.