IBitmap | |
The IBitmapIO type exposes the following members.
| Name | Description | |
|---|---|---|
| IsFileFormatExportSupported | Returns true when exporting a bitmap to the specified file format that is defined by the fileExtension is supported. | |
| IsFileFormatImportSupported | Returns true when importing a bitmap from the specified file format that is defined by the fileExtension is supported. | |
| IsStreamSupported | Returns true when methods that take Stream as parameter are supported. When false, then only methods that take fileName are supported. | |
| LoadBitmap(String, BitmapLoadOptions) | Load bitmap into the RawImageData struct | |
| LoadBitmap(Stream, String, BitmapLoadOptions) | Load bitmap into the RawImageData struct | |
| SaveBitmap(RawImageData, String) | Save bitmap from the RawImageData to the specified file. | |
| SaveBitmap(RawImageData, Stream, String) | Save bitmap from the RawImageData to the specified fileStream. |