struct ImageCreateExportInfo : public ImageCreateInfo { ImageFileFormat Format; const ExporterInfo* pExporterInfo; String ExportName; ImageSize TargetSize; };
ImageCreateExportInfo provides information on the exported image files...
|
Data Member |
Description |
|
Export name linkage identifier assigned to the bitmap in the Flash Studio. Only available for GFx files. | |
|
The format of the image file. | |
|
Pointer to ExporterInfo for obtaining information on the exported image file. | |
|
Desired size of the image file.. |
|
Method |
Description |
|
Initializes ImageCreateExportInfo. |
GFx_ImageCreator.h