| Pacote | flash.desktop |
| Classe | public class Icon |
| Herança | Icon EventDispatcher Object |
| Subclasses | InteractiveIcon |
bitmaps, which is an array of BitmapData objects.
Veja também
| Propriedade | Definido por | ||
|---|---|---|---|
| bitmaps : Array
An array of BitmapData objects pertaining to system icons for a file.
| Icon | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| bitmaps | propriedade |
bitmaps:Array [read-write] An array of BitmapData objects pertaining to system icons for a file.
Note: When loading image files for an icon, the PNG file format generally provides the best alpha blending. The GIF format only supports on or off transparency (no blending). The JPG format does not support transparency at all.
public function get bitmaps():Array
public function set bitmaps(value:Array):void
Veja também