bitmapItem.allowSmoothing
可用性
Flash MX 2004。
用法
bitmapItem.allowSmoothing
说明
属性;一个布尔值,它指定是 (true) 否 (false) 允许对位图进行平滑处理。
示例
下面的代码将当前文档的库中第一个项目的 allowSmoothing 属性设置为 true:
fl.getDocumentDOM().library.items[0].allowSmoothing = true;
alert(fl.getDocumentDOM().library.items[0].allowSmoothing);