Graohics in C#

Thread Starter

Abel Assegid

Joined Nov 5, 2007
13
I was using C# for simulating an egineering problem which requires drawing graphs. I need help on how to start with the graph or any helpful tutorial.
Thank you!
 

Mark44

Joined Nov 26, 2007
628
Abel,
You'll want to use methods and classes in the System.Drawing.Graphics namespace. One useful reference is Charles Petzold's Programming Windows with C#. Chapter 5 describes how to draw lines and curves and do area fills, and has lots of examples.
Mark
 
Top