simetrix.Rect

class simetrix.Rect

Bases: object

Class defines a rectangle.

Methods

Attributes

bottom

Bottom y position.

left

Left x position.

right

Right x position.

top

Top y position.

property bottom: int

Bottom y position.

property left: int

Left x position.

property right: int

Right x position.

property top: int

Top y position.