[PR] この広告は3ヶ月以上更新がないため表示されています。ホームページを更新後24時間以内に表示されなくなります。
bitmap_CLIP // 画像を切り抜く Rectangle rect = new Rectangle(20, 90, 450, 100); Bitmap bmpNew = bmp.Clone(rect, bmp.PixelFormat); bmp1.Save(@"c:\button.png", ImageFormat.Png);