dart / 2 / dart-html / dommatrix / scale3dself.html

scale3dSelf method

DomMatrix scale3dSelf(
  1. [num? scale,
  2. num? originX,
  3. num? originY,
  4. num? originZ]
)

Implementation

DomMatrix scale3dSelf([num? scale, num? originX, num? originY, num? originZ])
    native;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-html/DomMatrix/scale3dSelf.html