Rectangle
class Rectangle(tuple)
- class cairo.Rectangle(x: float, y: float, width: float, height: float)
New in version 1.15: In prior versions a (float, float, float, float) tuple was used instead of
Rectangle
.A data structure for holding a rectangle.