Rectangle

class Rectangle(*args, **kwargs)
Constructors:

Rectangle()

Fields

class Rectangle
height

Height of the rectangle.

width

Width of the rectangle.

x

X coordinate of the left side of the rectangle.

y

Y coordinate of the the top side of the rectangle.