struct ImageFileInfo : public ResourceFileInfo { UInt16 TargetWidth; UInt16 TargetHeight; Resource::ResourceUse Use; String ExportName; };
ImageFileInfo provides information about an external image file generated during image extraction.
Data Member |
Description |
Export name linkage identifier assigned to the bitmap in Flash Studio. Only available for GFx files. | |
Describes the desired height of the image. | |
Describes the desired width of the image. | |
Describes the attributes of the image resource to use such as bitmap, gradient or font texture etc. |
Method |
Description |
ImageFileInfo constructor. |
GFx_ImageResource.h