Changes

Jump to: navigation, search

Drawing Graphics in C Sharp

No change in size, 16:41, 30 January 2008
no edit summary
The purpose of this chapter of [[C Sharp Essentials|C# Essentials]] is to provide the reader with a knowledge of teh the basics of graphics drawing in C#. Drawing in C# is achieved using the ''Graphics Object''. The Graphics Object takes much of the pain out of graphics drawing by abstracting away all the problems of dealing with different display devices and screens resolutions. The C# programmer merely needs to create a Graphic Object and tell it what and where to draw.
== Persistent Graphics ==

Navigation menu