Scale
Scaling configuration for an object.
Properties
-
alignment(Optional[Alignment]) –Gives the origin of scale.
-
scale(Optional[Number]) –scale_xandscale_yget the value ofscaleifscaleis provided. -
scale_x(Optional[Number]) –The scalar by which to multiply the x-axis.
-
scale_y(Optional[Number]) –The scalar by which to multiply the y-axis.
Methods
-
copy–Returns a copy of this object with the specified properties overridden.
Properties#
alignment
class-attribute
instance-attribute
#
Gives the origin of scale.
scale
class-attribute
instance-attribute
#
scale_x and scale_y get the value of scale if scale is provided.
scale_x
class-attribute
instance-attribute
#
The scalar by which to multiply the x-axis.
scale_y
class-attribute
instance-attribute
#
The scalar by which to multiply the y-axis.