SVGTransformList

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

appendItem
auto appendItem(SVGTransform 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.
consolidate
auto consolidate()
Undocumented in source. Be warned that the author may not have intended to support it.
createSVGTransformFromMatrix
auto createSVGTransformFromMatrix(SVGMatrix matrix)
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(SVGTransform newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
insertItemBefore
auto insertItemBefore(SVGTransform newItem, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.
numberOfItems
uint numberOfItems()
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(SVGTransform 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