When defining a memory bitmap or a graphic window the width and height are specified, e.g.
BITMAP NEW 80, 80 TO BmpHndl
GRAPHIC WINDOW "", 0, 0, 80, 80 TO WinHndl
Does the width/height parameters define the bmp/graphic window from 0 (zero) to width/height or from 0 (zero) to width/height - 1?
BITMAP NEW 80, 80 TO BmpHndl
GRAPHIC WINDOW "", 0, 0, 80, 80 TO WinHndl
Does the width/height parameters define the bmp/graphic window from 0 (zero) to width/height or from 0 (zero) to width/height - 1?
Comment