摘要:
//向右旋转90度publicfunctionrotateRight(bmpData:BitmapData):BitmapData{varmc:Matrix=newMatrix();mc.rotate(Math.PI/2);mc.translate(bmpData.height,0);varbmpData:BitmapData=newBitmapData(bmpData.height,bmpData.width,true,0);bmpData.draw(bmpData,mc);returnbmpData;}//向左旋转90度publicfunctionrotateLeft(bmpData:Bi 阅读全文
posted @ 2012-05-31 15:07 枫雨 阅读(645) 评论(0) 推荐(0)
浙公网安备 33010602011771号