E
ekey
Hi:
I want to create Bmp by fellow code,and it good work,
Bitmap bitmap1 = new Bitmap((Image)iData.GetData(DataFormats.Bitmap))
but i want to cut the part of the Bmp now . How to do it ?
for example :
Bitmap bitmap2 = new Bitmap(bitmap1,bitmap1.Width,bitmap1.Height - 100);
but now bitmap2 just is bitmap1,only bitmap2's height is scaled.
THS
Ekey
I want to create Bmp by fellow code,and it good work,
Bitmap bitmap1 = new Bitmap((Image)iData.GetData(DataFormats.Bitmap))
but i want to cut the part of the Bmp now . How to do it ?
for example :
Bitmap bitmap2 = new Bitmap(bitmap1,bitmap1.Width,bitmap1.Height - 100);
but now bitmap2 just is bitmap1,only bitmap2's height is scaled.
THS
Ekey