Changes

Jump to: navigation, search

Using Bitmaps for Persistent Graphics in C Sharp

16 bytes added, 19:02, 30 January 2008
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 object read [[Drawing Graphics in C Sharp|Drawing Graphics in C#]]).
In this example we will create a Pen and a Rectangle objects and use them to draw an ellipse:
<pre>

Navigation menu