Preparing search index...
The search index is not available
ixfx
ixfx
Visual
Drawing
connectedPoints
Function connectedPoints
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
connected
Points
(
ctx
,
pts
,
opts
?
)
:
void
Parameters
ctx
:
CanvasRenderingContext2D
pts
:
readonly
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: