public Image_PixMap Value(Image_SupportedFormats theSupported)
 {
     throw new NotImplementedException();
 }
 public Image_CompressedPixMap CompressedValue(Image_SupportedFormats theSupported)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public Image_PixMap GetImage(Image_SupportedFormats parameter1)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void convertToCompatible(Image_SupportedFormats theSupported, Image_PixMap theImage)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public void tryLoadImage(Image_SupportedFormats theSupported, TCollection_AsciiString theFilePath)
 {
     throw new NotImplementedException();
 }