dart / 2 / dart-html / dommatrixreadonly / scale3d.html

scale3d method

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

Implementation

DomMatrix scale3d([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/DomMatrixReadOnly/scale3d.html