Rect

class zvt.contract.drawer.Rect(x0=None, y0=None, x1=None, y1=None)

Bases: zvt.contract.data_type.Bean

rect struct with left-bottom(x0, y0), right-top(x1, y1)

__init__(x0=None, y0=None, x1=None, y1=None) None
x0

left-bottom x0

y0

left-bottom y0

x1

right-top x1

y1

right-top y1