Function to redraw Bitmap on Sprite without passing in said Bitmap?

495 Views Asked by At

If I have a BitmapData that's already been drawn onto a Sprite. Is there a way to redraw the BitmapData onto a Sprites Graphics object without having to invoke beginBitmapFill and passing in the same BitmapData?

1

There are 1 best solutions below

0
On BEST ANSWER