Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
flash.display 
IBitmapDrawable 
Packageflash.display
Interfacepublic interface IBitmapDrawable
Implementors BitmapData, DisplayObject

Language Version: ActionScript 3.0
Runtime Versions: AIR 1.0 Flash Player 9

The IBitmapDrawable interface is implemented by objects that can be passed as the source parameter of the draw() method of the BitmapData class. These objects are of type BitmapData or DisplayObject.

See also