Changes

Jump to: navigation, search

Using Bitmaps for Persistent Graphics in C Sharp

48 bytes added, 19:56, 29 January 2008
Drawing onto the Bitmap
== Drawing onto the Bitmap ==
Now that we have our object we can draw onto it using the Graphics Object just as we would writing to any other graphics object (for details on drawing to a graphics objet object read [[???Drawing Graphics in C Sharp|Drawing Graphics in C#]]).
In this example we will create a Pen and a Rectangle and draw an ellipse:

Navigation menu