Good package for graphics handling

cusimar9

New member
Joined
Mar 12, 2009
Messages
1
Programming Experience
5-10
I have a project to consider which would involve a lot of (simple) graphics.

This mostly involves drawing/dragging boxes and lines onto a canvas. Stretching them, moving them and selecting them for further information etc. Zoom etc would be useful.

Full 3D isn't required but I do need a top-down and a side view, to simulate a 3D view.

In the code behind I'll need to generate a collection of objects relating to these graphics (or rather that the graphics will represent) and I'll need to perform processing on all of these.

I've never done any graphics processing in VB.NET although I once used a 3D library with C++ to simulate a full 3D model and query it.

Can anyone recommend a good package to do this for Visual Studio 2008? It would save me a lot of time if a package already exists which allows me to draw and manipulate shapes with minimum input from me.

Cheers
 

Latest posts

Back
Top