User Guide
292 ActionScript classes
See also
attachBitmap (MovieClip.attachBitmap method), beginBitmapFill
(MovieClip.beginBitmapFill method)
Property summary
Properties inherited from class Object
Constructor summary
Modifiers Property Description
height:Number [read-
only]
The height of the bitmap image in pixels.
rectangle:Rectangle
[read-only]
The rectangle that defines the size and location of the
bitmap image.
transparent:Boolean
[read-only]
Defines whether the bitmap image supports per-pixel
transparency.
width:Number [read-
only]
The width of the bitmap image in pixels.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Signature Description
BitmapData(width:Num
ber, height:Number,
[transparent:Boolean
],
[fillColor:Number])
Creates a BitmapData object with a specified width and height.