I just want to draw simple 2D objects like circle, line, square etc in C#. How do I do that? Back in the Turbo C++ days I remember initializing some graphics library for doi
Check out the System.Drawing namespace: http://msdn.microsoft.com/en-us/library/system.drawing.aspx