Just create a Bitmap instance. You can use the Graphics.Clear() method to
clear it to a single color.
The alternative Image implementation is Metafile. Once you created one,
you can initialize it in the same way, but my recollection is that
creating a Metafile in .NET is not nearly as simple as creating a Bitmap
(it's been a few years, but I know I've written code to do it).
Pete
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.