[C#] 圖片存檔(在 GDI+ 中發生泛型錯誤) - .NET 隨筆- 點部落
private Image BufferToImage(byte[] Buffer) { byte[] data = null; Image oImage = null; MemoryStream oMemoryStream = null; Bitmap oBitmap = null; //建立副本 data = (byte[])Buffer.Clone(); try ...
www.dotblogs.com.tw |