| Package | flash.display |
| Class | public final class LineScaleMode |
| Inheritance | LineScaleMode Object |
scaleMode
parameter in the Graphics.lineStyle() method.
See also
| flash.display.Graphics.lineStyle() |
| Property | Defined by | ||
|---|---|---|---|
| HORIZONTAL : String = "horizontal" [static]
With this setting used as the
scaleMode parameter of the lineStyle()
method, the thickness of the line scales vertically only. | LineScaleMode | ||
| NONE : String = "none" [static]
With this setting used as the
scaleMode parameter of the lineStyle()
method, the thickness of the line never scales. | LineScaleMode | ||
| NORMAL : String = "normal" [static]
With this setting used as the
scaleMode parameter of the lineStyle()
method, the thickness of the line always scales when the object is scaled (the default). | LineScaleMode | ||
| VERTICAL : String = "vertical" [static]
With this setting used as the
scaleMode parameter of the lineStyle()
method, the thickness of the line scales horizontally only. | LineScaleMode | ||
public static const HORIZONTAL:String = "horizontal"
scaleMode parameter of the lineStyle()
method, the thickness of the line scales vertically only. For example,
consider the following circle, drawn with a one-pixel line, and each with the
scaleMode parameter set to LineScaleMode.VERTICAL. The circle on the left
is scaled vertically only, and the circle on the right is scaled both vertically and horizontally:

public static const NONE:String = "none"
scaleMode parameter of the lineStyle()
method, the thickness of the line never scales.
public static const NORMAL:String = "normal"
scaleMode parameter of the lineStyle()
method, the thickness of the line always scales when the object is scaled (the default).
public static const VERTICAL:String = "vertical"
scaleMode parameter of the lineStyle()
method, the thickness of the line scales horizontally only. For example,
consider the following circle, drawn with a one-pixel line, and each with the
scaleMode parameter set to LineScaleMode.HORIZONTAL. The circle on the left
is scaled horizontally only, and the circle on the right is scaled both vertically and horizontally:

Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/flashauthoringpreview/flash/display/LineScaleMode.html