Line =========================== .. code-block:: python class psychopy.visual.Line(win, start=(-0.5, -0.5), end=(0.5, 0.5), **kwargs) 二点をçµã¶ç·šåˆ†ã‚’æç”»ã™ã‚‹ã€‚ãƒãƒ¼ã‚¸ãƒ§ãƒ³1.72.00ã§è¿½åŠ ã•れãŸã€‚ Lineã¯ShapeStimã®ãƒ‘ラメータã®ã†ã¡vertices, closeShape, fillColor以外ã®ã™ã¹ã¦ã®ãƒ‘ラメータをå—ã‘付ã‘る。 ãŸã ã—ã€contains()ã¨overlaps()ã®ãƒ¡ã‚½ãƒƒãƒ‰ã«ã¤ã„ã¦ã¯å¸¸ã«Falseã‚’è¿”ã™ã€‚ .. Creates a Line between two points. .. (New in version 1.72.00) .. Line accepts all input parameters, that ShapeStim accepts, except for vertices, closeShape and fillColor. .. The methods contains and overlaps are inherited from ~psychopy.visual.ShapeStim, but always return False (because a line is not a proper (2D) polygon).