toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
CanvasTransform
Canvas
Transform
interface
CanvasTransform
:
JsAny
Inheritors
CanvasRenderingContext2D
Members
Functions
get
Transform
Link copied to clipboard
abstract
fun
getTransform
(
)
:
DOMMatrix
reset
Transform
Link copied to clipboard
abstract
fun
resetTransform
(
)
rotate
Link copied to clipboard
abstract
fun
rotate
(
angle
:
Double
)
scale
Link copied to clipboard
abstract
fun
scale
(
x
:
Double
,
y
:
Double
)
set
Transform
Link copied to clipboard
abstract
fun
setTransform
(
transform
:
JsAny
?
)
abstract
fun
setTransform
(
a
:
Double
,
b
:
Double
,
c
:
Double
,
d
:
Double
,
e
:
Double
,
f
:
Double
)
transform
Link copied to clipboard
abstract
fun
transform
(
a
:
Double
,
b
:
Double
,
c
:
Double
,
d
:
Double
,
e
:
Double
,
f
:
Double
)
translate
Link copied to clipboard
abstract
fun
translate
(
x
:
Double
,
y
:
Double
)