What is the best way to attract and deal with objects?

Hello,

I want to draw my PictureBox and then process those drawings that I created.

this is a good way to store your points in an array and process that array.

** Or a better way to make them objects and deal with those objects ?. ** And if you could put me in my head to do this ?.

Thank you, my real teachers.

Many thanks.

0


a source to share


1 answer


If the elements of the drawing may change, it is best to use an object (Shape). But a collection of objects is also an object.



The main alternative could be a layered approach with a separate bitmap with a transparent background holding the points.

+1


a source







All Articles