ImageCreateInfo

ImageCreateInfo
Scaleform::GFx::ImageCreateInfo
Declaration
class ImageCreateInfo;
Description

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 Members
Data Member 
Description 
FileOpener that is used to open image files. 
Memory heap to use for ImageCreateInfo. Use global heap if null. 
ImageFileHandlerRegistry for loading the image file. 
pLog 
Log pointer for logging messages. 
 
RUse 
The type of image resource (Resource::ResourceUse) to use. 
Type 
Determines how ImageCreateInfo contents are interpreted. 
Use 
The capabilities set for the image. 
Enumerations
Enumeration 
Description 
Indicates the type of image creation expected for the ImageCreateInfo object. 
Methods
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. 
File

GFx_ImageCreator.h