Rect

class psychopy.visual.Rect(win, width=0.5, height=0.5, autoLog=None, **kwargs)

Creates a rectangle of given width and height as a special case of a ShapeStim

(New in version 1.72.00)

Rect accepts all input parameters, that ~psychopy.visual.ShapeStim accept, except vertices and closeShape.

mro() → list

return a type’s method resolution order


Back to top