CanvasPropertyStrokeWidth
Type
operator
Summary
The current stroke width of a canvas.
Syntax
the stroke width of <mCanvas>
Description
The width of lines used when stroking a path on mCanvas as a number.
Parameters
Name | Type | Description |
---|---|---|
mCanvas | An expression which evaluates to a canvas. |
Examples
// Draw paths with line width 20
set the stroke width of this canvas to 20