bitmapItem.allowSmoothing屬於屬性;是一個布爾值,它指定是 (true) 否 (false) 允許對點陣圖進行平滑處理。
基本介紹
- 中文名:bitmapItem.allowSmoothing
- 可用性:Flash MX 2004
- 用法:bitmapItem.allowSmoothing
- 屬性:布爾值
說明
示例
下面的代碼將當前文檔的庫中第一個項目的 allowSmoothing 屬性設定為 true:
fl.getDocumentDOM().library.items[0].allowSmoothing = true;
alert(fl.getDocumentDOM().library.items[0].allowSmoothing);