CanvasLine.this

Create a line from coordinates. Use colors from the preset color list or a web style hex color.

class CanvasLine
this
(
double[] coords
,,
int outlineWidth = 1
)

Parameters

coords double[]

The coordinates where to draw the line.

fillColor string

The color of the line.

outlineWidth int

The outline width.

See Also

Meta