C
Christian Stelte
Hi!
Any idea how I resize a Bitmap in the Bitmap-Class at runtime?
Chris
Any idea how I resize a Bitmap in the Bitmap-Class at runtime?
Chris
Alex Feinman said:Create a new bitmap object of a required size. Create graphics object on it.
Then use DrawImage overload that allows to specify source and target size.