The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Drawing Rectangles in GDI+
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

kevon.wardPosted Feb 8, 2017, 10:10 AM
The problem I am having occurs when I try to move multiple rectangles at a time. it seems although I am in a foreach in the mouse move event, only one is moving and the others just kinda jitter. can you help? thanks in advance.
kevon.wardPosted Feb 8, 2017, 10:08 AM
Although this is a somewhat dated article, I am just getting into using GDI+, so please bear with my limited knowledge. I have succeeded in creating a list of rectangles and drawing them all from the list. I have also been able to select one and move it around the screen smoothly.