Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drawing 3d rectangle

Status
Not open for further replies.
Mar 9, 2006
93
CA
Does anyone know how to draw a 3d rectangle or anywhere there's good information on this. Thanks Matt
 
Have you tried googling, using those words ? I am sure you will find some examples. Most will be in VB and not C#, but the calling methods can be copied and pasted as they are.
There are some 3rd party controls that help designing 3d shapes.

Last, you can call the Graphics.{} methods (like .drawline, .drawrectangle, etc) of object that support it, and then use your imagination to draw.
 
There's some simple 3d engines out there for C# too...

Google is your friend.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top