Changes

Jump to: navigation, search

Using Bitmaps for Persistent Graphics in C Sharp

1 byte removed, 19:01, 30 January 2008
Instantiating a Bitmap and Creating a Graphics Object
== Instantiating a Bitmap and Creating a Graphics Object ==
Having declared a Bitmaps Bitmap to store our graphics we now need to instantiate it. This can be performed in the ''Load()'' method of our form so that it is executed when the form is created:
<pre>

Navigation menu