I want to know how to create a window (form?) that will display a stick figure of a shape. It will be a 2D view of a 3D figure. I want to create three different perspectives. I can crunch the numbers to project the 3D object onto a 2D plane but I can't figure out how to draw the figure during run time. Let's say I have a set of 2D coordinates and I want to draw a line in order between them at run time and display it in a window. How do I do that? Thanks in advance.