> What tool do I use and how do I create a bmp/png of an exact size ( m x n
> pixels ) ?
new bitmap(100,100, pixelformat.whatever)
"John A Grandy" <johnagrandy-at-yahoo-dot-com> schrieb:
> What tool do I use and how do I create a bmp/png of an exact size ( m x n
> pixels ) ?
Check out the 'Bitmap' class' constructors. You can later save the bitmap
to a file by calling the 'Bitmap' object's 'Save' method.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>