var n_bmp:BitmapData = new BitmapData(bitmap.width, bitmap.height, true); n_bmp.draw(bitmap); var clone_bitmap:Bitmap = new Bitmap(n_bmp);