imageData :ImageData
The context image data.
Please note that a call to BitmapData.draw() or BitmapData.copy() does not update immediately this property for performance reason. Use BitmapData.update() to do so.
This property is updated automatically after the first game loop, according to the dirty flag property.
- Source code: gameobjects/BitmapData.js (Line 77)
Please login to continue.