menu
Dart
dart:html
DomMatrixReadOnly
scale3d method
scale3d
brightness_4
brightness_5
description
scale3d
method
DomMatrix
scale3d
(
[
num
?
scale
,
num
?
originX
,
num
?
originY
,
num
?
originZ
]
)
Implementation
DomMatrix scale3d([num? scale, num? originX, num? originY, num? originZ]) native;
Dart
dart:html
DomMatrixReadOnly
scale3d method
DomMatrixReadOnly class