Scale
Scaling configuration for an object.
Properties
-
alignment
(Alignment | None
) –Gives the origin of scale.
-
scale
(Number | None
) –scale_x
andscale_y
get the value ofscale
ifscale
is provided. -
scale_x
(Number | None
) –The scalar by which to multiply the x-axis.
-
scale_y
(Number | None
) –The scalar by which to multiply the y-axis.
Methods
-
copy
–Returns a copy of this object with the specified properties overridden.