multiplySelf method

  1. @DomName('DOMMatrix.multiplySelf')
  2. @DocsEditable()
  3. @Experimental()
DomMatrix multiplySelf(DomMatrix other)

Source

@DomName('DOMMatrix.multiplySelf')
@DocsEditable()
@Experimental() // untriaged
DomMatrix multiplySelf(DomMatrix other) =>
    _blink.BlinkDOMMatrix.instance.multiplySelf_Callback_1_(this, other);

© 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/multiplySelf.html