Scale
Scaling configuration for an object.
Properties
- 
          alignment(Alignment | None) –Gives the origin of scale. 
- 
          scale(Number | None) –scale_xandscale_yget the value ofscaleifscaleis 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. 
Properties#
class-attribute
      instance-attribute
  
#
alignment: Alignment | None = None
Gives the origin of scale.
class-attribute
      instance-attribute
  
#
scale: Number | None = None
scale_x and scale_y get the value of scale if scale is provided.
class-attribute
      instance-attribute
  
#
scale_x: Number | None = None
The scalar by which to multiply the x-axis.
class-attribute
      instance-attribute
  
#
scale_y: Number | None = None
The scalar by which to multiply the y-axis.