Exemplo n.º 1
0
 public Image_PixMap ReadImage(Image_SupportedFormats theSupported)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public Image_CompressedPixMap Load(Image_SupportedFormats theSupported, NCollection_Buffer theBuffer,
                                    int theFaceIndex)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public Image_SupportedFormats(Image_SupportedFormats parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public Image_CompressedPixMap Load(Image_SupportedFormats theSupported, TCollection_AsciiString theFile,
                                    int theFaceIndex)
 {
     throw new NotImplementedException();
 }