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(DOMMatrixReadOnly 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
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(SVGTransform newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(SVGTransform 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(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