SVGPointList

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

appendItem
auto appendItem(DOMPoint newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
getItem
auto getItem(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
auto initialize(DOMPoint newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
insertItemBefore
auto insertItemBefore(DOMPoint newItem, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto length()
Undocumented in source. Be warned that the author may not have intended to support it.
numberOfItems
auto numberOfItems()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
void opDispatch(DOMPoint newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(DOMPoint newItem, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
removeItem
auto removeItem(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceItem
auto replaceItem(DOMPoint newItem, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta