Size
A 2D size with width and height.
Properties
Methods
- 
            copy–Returns a copy of this object with the specified properties overridden. 
- 
            from_height–Creates a Size with the given height and an infinite width. 
- 
            from_radius–Creates a square Size whose width and height are twice the given radius. 
- 
            from_width–Creates a Size with the given width and an infinite height. 
- 
            infinite–
- 
            is_finite–Checks if both dimensions are finite. 
- 
            is_infinite–Checks if either dimension is infinite. 
- 
            square–Creates a square Size where width and height are the same. 
- 
            zero–
Properties#
Methods#
    Returns a copy of this object with the specified properties overridden.
classmethod
  
#
    Creates a Size with the given height and an infinite width.
classmethod
  
#
    Creates a square Size whose width and height are twice the given radius.
classmethod
  
#
    Creates a Size with the given width and an infinite height.
classmethod
  
#
    Creates a square Size where width and height are the same.