Gimp.Matrix3.scale – gimp-3.0 Reference Manual
Packages
gimp-3.0
Gimp
Matrix3
affine
determinant
equal
identity
invert
is_affine
is_diagonal
is_identity
is_simple
mult
rotate
scale
transform_point
translate
xshear
yshear
coeff
scale
Description:
public
void
scale
(
double
x,
double
y)
Scales the matrix by x and y
Parameters:
this
The matrix that is to be scaled.
x
X scale factor.
y
Y scale factor.