ixfx
Preparing search index...
Visual
Drawing
connectedPoints
Function connectedPoints
connectedPoints
(
ctx
:
CanvasRenderingContext2D
,
pts
:
readonly
Geometry
.
Point
[]
,
opts
?:
Partial
<
ConnectedPointsOptions
>
,
)
:
void
Draws a line between all the given points. If a fillStyle is specified, it will be filled.
See also:
line
: Draw one or more lines
Parameters
ctx
:
CanvasRenderingContext2D
pts
:
readonly
Geometry
.
Point
[]
opts
:
Partial
<
ConnectedPointsOptions
>
= {}
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Draws a line between all the given points. If a fillStyle is specified, it will be filled.
See also: