Screen LineStipple - aleslab/Psychtoolbox-3-aleslab-fork GitHub Wiki

Screen('LineStipple')

PsychtoolboxScreen.{mex*,dll} subfunction

Set 'DrawLine' to draw dashed lines. Argument "stippleArray" is a 16-element
logical array specifying the stipple pattern. Argument "factor" scales the
pattern by an integer mutiple. By default, factor is 1 and stipplePattern is [0
1 0 1 0 1 0 1 0 1 0 1 0 1 0 1]

###See also: FrameRect