Changes

Jump to: navigation, search

Using Bitmaps for Persistent Graphics in C Sharp

1 byte added, 18:45, 17 September 2010
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 object read [[Drawing Graphics in CSharpC Sharp|Drawing Graphics in C#]]).
In this example we will create Pen and Rectangle objects and use them to draw an ellipse:

Navigation menu