示例#1
0
 public T Decode(IntPtr buffer, ImageCodecSettings settings = null)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public T Decode(string filePath, ImageCodecSettings settings = null, FileMode fileMode = FileMode.Create)
 {
     throw new NotImplementedException();
 }