Hi!
I would like to draw rectangles on PictureBox, but I can't find Rectangle(or something) method like there is Circle method. Does it exist? How can I draw rectangles?
Thanx for any answer.
Printable View
Hi!
I would like to draw rectangles on PictureBox, but I can't find Rectangle(or something) method like there is Circle method. Does it exist? How can I draw rectangles?
Thanx for any answer.
this sort of thing should do it!
Code:Picture1.Line (x1,y1)-(x2,y2),,B