var sceneHolder:UIComponent = new UIComponent();
this.addChildAt(sceneHolder, 0);
var snapShotBMD:BitmapData=ImageSnapshot.captureBitmapData(myLabel);
var myBitmap:Bitmap = new Bitmap(snapShotBMD);
sceneHolder.addChild(myBitmap);
<mx:Label id="myLabel" x="187" y="86" text="Hermit" visible="false"/>
posted on 2008-01-14 10:46
交口称赞 阅读(1801)
评论(1) 编辑 收藏 所属分类:
FLEX