menu
dart_mupdf_donut package
documentation
dart_mupdf.dart
Matrix
preScale method
preScale method
dark_mode
light_mode
preScale
method
Matrix
preScale
(
double
sx
,
double
sy
)
Pre-scale this matrix.
Implementation
Matrix preScale(double sx, double sy) => Matrix.scale(sx, sy).concat(this);
dart_mupdf_donut package
documentation
dart_mupdf
Matrix
preScale method
Matrix class