Interface for CImageLoadOptions wrapper.
More...
Go to the source code of this file.
Interface for CImageLoadOptions wrapper.
◆ CImageLoadOptions_Create()
Creates a new instance of CImageLoadOptions and initializes it with the supplied image format.
- Parameters
-
| evImageFormat | The image format |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- The newly created CImageLoadOptions object
◆ CImageLoadOptions_Destroy()
| void CImageLoadOptions_Destroy |
( |
CImageLoadOptions |
argCImageLoadOptions, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CImageLoadOptions handle.
- Parameters
-
| argCImageLoadOptions | CImageLoadOptions handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CImageLoadOptions_GetImageFormat()
Get the format where the loading options will apply.
- Returns
- The format
- Parameters
-
| argCImageLoadOptions | CImageLoadOptions handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |