public static const HORIZONTAL:String = "horizontal"
Player 版本 : | Flash Player 9 |
将此设置用作 lineStyle()
方法的 scaleMode
参数时,线条粗细只会垂直缩放。 例如,考虑下面的圆形,它们是用一个像素的线条绘制的,每个圆的 scaleMode
参数都被设置为 LineScaleMode.VERTICAL
。 左侧的圆仅在垂直方向上缩放,右侧的圆同时在垂直和水平方向上缩放。
public static const NONE:String = "none"
Player 版本 : | Flash Player 9 |
将此设置用作 lineStyle()
方法的 scaleMode
参数时,线条粗细不会缩放。
public static const NORMAL:String = "normal"
Player 版本 : | Flash Player 9 |
将此设置用作 lineStyle()
方法的 scaleMode
参数时,线条粗细会始终随对象的缩放而缩放(默认值)。
public static const VERTICAL:String = "vertical"
Player 版本 : | Flash Player 9 |
将此设置用作 lineStyle()
方法的 scaleMode
参数时,线条粗细只会水平缩放。 例如,考虑下面的圆形,它们是用一个像素的线条绘制的,每个圆的 scaleMode
参数都被设置为 LineScaleMode.HORIZONTAL
。 左侧的圆仅在水平方向上缩放,右侧的圆同时在垂直和水平方向上缩放。
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Wed Jun 13 2007, 3:54 AM GMT-07:00
当前页: http://livedocs.adobe.com/flash/9.0_cn/ActionScriptLangRefV3/flash/display/LineScaleMode.html