Пример #1
0
 public Image_PixMap ReadImage(Image_SupportedFormats theSupported)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public Image_CompressedPixMap Load(Image_SupportedFormats theSupported, NCollection_Buffer theBuffer,
                                    int theFaceIndex)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public Image_SupportedFormats(Image_SupportedFormats parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public Image_CompressedPixMap Load(Image_SupportedFormats theSupported, TCollection_AsciiString theFile,
                                    int theFaceIndex)
 {
     throw new NotImplementedException();
 }