首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 平面设计 > 图形图像 >

flex imagesnapshot 捕杀图片

2012-11-23 
flex imagesnapshot 捕捉图片public function getImgSnapshot():void{var imgSnapshot:ImageSnapshotImag

flex imagesnapshot 捕捉图片

public function getImgSnapshot():void{

var imgSnapshot:ImageSnapshot=ImageSnapshot.captureImage(_areaChart, 120, new PNGEncoder());

var fileRef:FileReference=new FileReference();

fileRef.save(imgSnapshot.data, "chart.png");

}

热点排行