SVGPointList
Constructors
<init>
SVGPointList
(
)
Properties
length
open
val
length
:
Int
numberOfItems
open
val
numberOfItems
:
Int
Functions
clear
fun
clear
(
)
removeItem
fun
removeItem
(
index
:
Int
)
:
DOMPoint
Extension Functions
get
operator
fun
SVGPointList
.
get
(
index
:
Int
)
:
DOMPoint
?
set
operator
fun
SVGPointList
.
set
(
index
:
Int
,
newItem
:
DOMPoint
)