Draw a square

TyB

Well-known member
Joined
May 14, 2009
Messages
102
Programming Experience
3-5
Hello all,
I am just starting working with graphics and I would like to draw a square and then place an image on it. My long term goal would be to create a 3D square and place pictures on it with the ability to click any picture on the square and run code to change the picture.

Thanks,
Ty
 
Drawing a square and an image with GDI+ is simple. The 3D stuff is not. You should look at WPF instead of WinForms and GDI+. It has been built from the ground up with that sort of thing in mind. It will be a difficult adjustment at first but you'll find that doing that sort of thing is much easier, once you get the hang of the basics.
 
Back
Top