Scaleform::GFx::ImageCreateInfo
class ImageCreateInfo;
ImageCreateInfo contains image initialization information passed to ImageCreator::CreateImage . This data can be used to decide on the type of ImageBase class to create and provides the data which is stored there.
Data Member |
Description |
FileOpener that is used to open image files. | |
ImageFileHandlerRegistry for loading the image file. | |
Log pointer for logging messages. | |
| |
The type of image resource (Resource::ResourceUse) to use. | |
Determines how ImageCreateInfo contents are interpreted. | |
The capabilities set for the image. |
Enumeration |
Description |
Indicates the type of image creation expected for the ImageCreateInfo object. |
Method |
Description |
Obtains the file opener used for opening the image file. | |
Obtains the memory heap used for storing information on image creation. | |
Returns the image file handler used for loading image file. | |
Obtains the logger used for logging any errors during image creation. | |
ImageCreateInfo constructor. | |
Configures ImageCreateInfo to use the specified file opener and image file handler. |
GFx_ImageCreator.h