On this page
DomMatrix factory constructor
DomMatrix(Source
@DomName('DOMMatrix.DOMMatrix')
@DocsEditable()
factory DomMatrix([DomMatrixReadOnly other]) {
if (other == null) {
return _blink.BlinkDOMMatrix.instance.constructorCallback_0_();
}
if ((other is DomMatrixReadOnly)) {
return _blink.BlinkDOMMatrix.instance.constructorCallback_1_(other);
}
throw new ArgumentError("Incorrect number or type of arguments");
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/DomMatrix/DomMatrix.html