On this page
translateSelf method
DomMatrix translateSelf(Source
DomMatrix translateSelf(num tx, num ty, [num tz]) {
if (tz != null) {
return _blink.BlinkDOMMatrix.instance
.translateSelf_Callback_3_(this, tx, ty, tz);
}
return _blink.BlinkDOMMatrix.instance
.translateSelf_Callback_2_(this, tx, ty);
}
© 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/translateSelf.html