G
Guest
I don't like the following way to create a bitmap.
Bitmap bm = new Bitmap("C:\\MyBitmap.bmp");
Can I create a bitmap from the bitmap in a picturebox?
Thanks.
Bitmap bm = new Bitmap("C:\\MyBitmap.bmp");
Can I create a bitmap from the bitmap in a picturebox?
Thanks.