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