kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
CanvasPath
Canvas
Path
JS
external
interface
CanvasPath
Functions
Inheritors
Functions
arc
Link copied to clipboard
JS
abstract
fun
arc
(
x
:
Double
,
y
:
Double
,
radius
:
Double
,
startAngle
:
Double
,
endAngle
:
Double
,
anticlockwise
:
Boolean
=
definedExternally
)
arc
To
Link copied to clipboard
JS
abstract
fun
arcTo
(
x1
:
Double
,
y1
:
Double
,
x2
:
Double
,
y2
:
Double
,
radius
:
Double
)
abstract
fun
arcTo
(
x1
:
Double
,
y1
:
Double
,
x2
:
Double
,
y2
:
Double
,
radiusX
:
Double
,
radiusY
:
Double
,
rotation
:
Double
)
bezier
Curve
To
Link copied to clipboard
JS
abstract
fun
bezierCurveTo
(
cp1x
:
Double
,
cp1y
:
Double
,
cp2x
:
Double
,
cp2y
:
Double
,
x
:
Double
,
y
:
Double
)
close
Path
Link copied to clipboard
JS
abstract
fun
closePath
(
)
ellipse
Link copied to clipboard
JS
abstract
fun
ellipse
(
x
:
Double
,
y
:
Double
,
radiusX
:
Double
,
radiusY
:
Double
,
rotation
:
Double
,
startAngle
:
Double
,
endAngle
:
Double
,
anticlockwise
:
Boolean
=
definedExternally
)
line
To
Link copied to clipboard
JS
abstract
fun
lineTo
(
x
:
Double
,
y
:
Double
)
move
To
Link copied to clipboard
JS
abstract
fun
moveTo
(
x
:
Double
,
y
:
Double
)
quadratic
Curve
To
Link copied to clipboard
JS
abstract
fun
quadraticCurveTo
(
cpx
:
Double
,
cpy
:
Double
,
x
:
Double
,
y
:
Double
)
rect
Link copied to clipboard
JS
abstract
fun
rect
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
)
Inheritors
CanvasRenderingContext2D
Link copied to clipboard
Path2D
Link copied to clipboard