toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom.svg
/
SVGTransform
SVGTransform
abstract
class
SVGTransform
:
JsAny
Exposes the JavaScript
SVGTransform
to Kotlin
Members
Constructors
SVGTransform
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
angle
Link copied to clipboard
open
val
angle
:
Float
matrix
Link copied to clipboard
open
val
matrix
:
DOMMatrix
type
Link copied to clipboard
open
val
type
:
Short
Functions
set
Matrix
Link copied to clipboard
fun
setMatrix
(
matrix
:
DOMMatrixReadOnly
)
set
Rotate
Link copied to clipboard
fun
setRotate
(
angle
:
Float
,
cx
:
Float
,
cy
:
Float
)
set
Scale
Link copied to clipboard
fun
setScale
(
sx
:
Float
,
sy
:
Float
)
set
Skew
X
Link copied to clipboard
fun
setSkewX
(
angle
:
Float
)
set
Skew
Y
Link copied to clipboard
fun
setSkewY
(
angle
:
Float
)
set
Translate
Link copied to clipboard
fun
setTranslate
(
tx
:
Float
,
ty
:
Float
)