Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
Kotlin libraries
1.5
2.1
2.0
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
switch theme
search in API
kotlin-stdlib
/
org.w3c.dom
/
CanvasPath
Canvas
Path
JS
external
interface
CanvasPath
(
source
)
Since Kotlin
1.1
Inheritors
CanvasRenderingContext2D
Path2D
Members
Functions
arc
Link copied to clipboard
JS
abstract
fun
arc
(
x
:
Double
,
y
:
Double
,
radius
:
Double
,
startAngle
:
Double
,
endAngle
:
Double
,
anticlockwise
:
Boolean
=
definedExternally
)
Since Kotlin
1.1
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
)
Since Kotlin
1.1
bezier
Curve
To
Link copied to clipboard
JS
abstract
fun
bezierCurveTo
(
cp1x
:
Double
,
cp1y
:
Double
,
cp2x
:
Double
,
cp2y
:
Double
,
x
:
Double
,
y
:
Double
)
Since Kotlin
1.1
close
Path
Link copied to clipboard
JS
abstract
fun
closePath
(
)
Since Kotlin
1.1
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
)
Since Kotlin
1.1
line
To
Link copied to clipboard
JS
abstract
fun
lineTo
(
x
:
Double
,
y
:
Double
)
Since Kotlin
1.1
move
To
Link copied to clipboard
JS
abstract
fun
moveTo
(
x
:
Double
,
y
:
Double
)
Since Kotlin
1.1
quadratic
Curve
To
Link copied to clipboard
JS
abstract
fun
quadraticCurveTo
(
cpx
:
Double
,
cpy
:
Double
,
x
:
Double
,
y
:
Double
)
Since Kotlin
1.1
rect
Link copied to clipboard
JS
abstract
fun
rect
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
)
Since Kotlin
1.1
Thanks for your feedback!
Was this page helpful?
Yes
No
How can we improve?
Enter your name and email address if you would like to receive a follow-up message or
contact our support
.
By submitting this form, I agree that JetBrains s.r.o. ("JetBrains") may use my name, email address, phone number, and country of residence to provide support. I agree that JetBrains may process said data using
third-party services
for this purpose in accordance with the
JetBrains Privacy Policy
.