Rect =========================== .. code-block:: python class psychopy.visual.Rect(win, width=0.5, height=0.5, **kwargs) 指定された幅と高さの長方形を描画する。ShapeStimの特別なケースである。バージョン1.72.00で追加された。 RectはShapeStimのパラメータのうちvertices, closeShape以外のすべてのパラメータを受け付ける。 .. 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.