BBC BASIC for Windows
Programming >> Graphics and Games >> Drawing
http://bb4w.conforums.com/index.cgi?board=graphics&action=display&num=1280065007

Drawing
Post by JB91 on Jul 25th, 2010, 1:36pm

I know how to create a simple drawing program, but what I want to know is that can you change the thickness when you draw?

Thanks in advanced,

Josh.
Re: Drawing
Post by admin on Jul 25th, 2010, 2:47pm

on Jul 25th, 2010, 1:36pm, JB91 wrote:
can you change the thickness when you draw?

The line thickness is set by VDU 23,23.... :

http://www.bbcbasic.co.uk/bbcwin/manual/bbcwin8.html#thickness

Richard.