The diagram is drawn using this sort of code,
Picture1.Circle (v, b), c 'a circle
and
Picture1.Line (2490, 0)-(2490, 3735) ' a line
It also includes some text.
Can anyone help? Cheers. Katz
Printable View
The diagram is drawn using this sort of code,
Picture1.Circle (v, b), c 'a circle
and
Picture1.Line (2490, 0)-(2490, 3735) ' a line
It also includes some text.
Can anyone help? Cheers. Katz
Hug? What's the question?
do u wanna draw the whole diagram by graphing it?
u might try using:
[picture1].Pset (x, y), vbColorConstant
and make sure u set ur picture1.drawmode = 3 'pixels