Π΢ÈíÐÂÎÅ×é Mar 22, 2004 #1 i want to copy a part of source bitmap i need into a new bitmap.of course the new bitmap has a smaller new size. how to do this ?
i want to copy a part of source bitmap i need into a new bitmap.of course the new bitmap has a smaller new size. how to do this ?
? =?ISO-8859-2?Q?Marcin_Grz=EAbski?= Mar 22, 2004 #2 Hi, i want to copy a part of source bitmap i need into a new bitmap.of course the new bitmap has a smaller new size. how to do this ? Click to expand... You can use the Bitmap's method: Bitmap Clone(Rectangle, PixelFormat); Regards Marcin
Hi, i want to copy a part of source bitmap i need into a new bitmap.of course the new bitmap has a smaller new size. how to do this ? Click to expand... You can use the Bitmap's method: Bitmap Clone(Rectangle, PixelFormat); Regards Marcin