Duplicate a DisplayObject as a BitMap
Wednesday, May 14th, 2008In working on a project, I created a simple utility class that has this public static method. This basically takes a DisplayObject, copies it, and adds it to a new Sprite which is then returned to the caller. Simple enough. I'm sure this can be refined or done a different ...

