ImageFileInfo

ImageFileInfo
struct ImageFileInfo : public ResourceFileInfo {
  UInt16 TargetWidth;
  UInt16 TargetHeight;
  Resource::ResourceUse Use;
  String ExportName;
};
Description

ImageFileInfo provides information about an external image file generated during image extraction.

Data Members
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. 
Use 
Describes the attributes of the image resource to use such as bitmap, gradient or font texture etc. 
Methods
Method 
Description 
ImageFileInfo constructor. 
File

GFx_ImageResource.h