Graphic item selection

SamerAZ

New member
Joined
Mar 7, 2008
Messages
3
Programming Experience
10+
hi, I am new here and I would appreciate very much all the help you can give me.

Lets say you draw a line, circle, and a square on a picturebox. How can I select the item drawn for to change its color, size, ...etc. thanks
 
You would access is via its instance.

For example:

You a line with the name of "myline"

You would access it via its instance name, "myline"
 
Back
Top