扩展 Flash |
|
|
|
| 对象 > BitmapItem 对象 > 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);
|
|
|
|