Uses of Class
flash.display.BitmapData

Packages that use BitmapData
flash.display   
 

Uses of BitmapData in flash.display
 

Methods in flash.display that return BitmapData
 BitmapData BitmapData.applyFilter(BitmapData bitmapData, Rectangle sourceRect, Point dest, Object filter)
           
static BitmapData BitmapData.create(int width, int height)
           
static BitmapData BitmapData.create(int width, int height, boolean transparent, int fillColor)
           
static BitmapData BitmapData.loadBitmap(String id)
           
 

Methods in flash.display with parameters of type BitmapData
 BitmapData BitmapData.applyFilter(BitmapData bitmapData, Rectangle sourceRect, Point dest, Object filter)
           
 void Graphics.beginBitmapFill(BitmapData bitmapData, Matrix geom, boolean repeat, boolean smooth)
           
 void BitmapData.copyPixels(BitmapData bitmapData, Rectangle sourceRect, Point dest, BitmapData alphaBitmap, Point alphaPoint, boolean mergeAlpha)
           
static Bitmap Bitmap.create(BitmapData data)
           
 void Bitmap.setBitmapData(BitmapData bitmapData)
           
 



Copyright © 2011. All Rights Reserved.