图片格式枚举类. 该类是图层加载图片时,图片文件格式的常数值枚举。
public static const GIF:String = gif
定义 ImageFormat.JPG 常量的 type 属性值为 gif。
public static const JPG:String = jpg
定义 ImageFormat.JPG 常量的 type 属性值为 jpg。
public static const PNG:String = png
定义 ImageFormat.PNG 常量的 type 属性值为 png。
Wed Dec 23 2015, 12:01 AM +08:00