private void SaveBmpAsPNG() { Bitmap bmp1 = new Bitmap(typeof(Button), "Button.bmp"); bmp1.Save(@"c:\button.png", ImageFormat.Png); }
確定! 回上一頁