stdlib
1.3
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.dom.svg
/
SVGAngle
SVGAngle
JS
abstract
external
class
SVGAngle
(
source
)
Exposes the JavaScript
SVGAngle
to Kotlin
Since Kotlin
1.1
Types
Constructors
Functions
Properties
Constructors
SVGAngle
Link copied to clipboard
JS
fun
SVGAngle
(
)
Types
Companion
Link copied to clipboard
JS
object
Companion
Since Kotlin
1.1
Functions
convert
To
Specified
Units
Link copied to clipboard
JS
fun
convertToSpecifiedUnits
(
unitType
:
Short
)
Since Kotlin
1.1
new
Value
Specified
Units
Link copied to clipboard
JS
fun
newValueSpecifiedUnits
(
unitType
:
Short
,
valueInSpecifiedUnits
:
Float
)
Since Kotlin
1.1
Properties
unit
Type
Link copied to clipboard
JS
open
val
unitType
:
Short
Since Kotlin
1.1
value
Link copied to clipboard
JS
open
var
value
:
Float
Since Kotlin
1.1
value
As
String
Link copied to clipboard
JS
open
var
valueAsString
:
String
Since Kotlin
1.1
value
In
Specified
Units
Link copied to clipboard
JS
open
var
valueInSpecifiedUnits
:
Float
Since Kotlin
1.1