public static const HORIZONTAL:String = "horizontal"
| Player 버전 : | Flash Player 9 |
lineStyle() 메서드의 scaleMode 매개 변수에 이 설정을 사용하면 선 두께가 세로 방향으로만 조절됩니다. 예를 들어, scaleMode 매개 변수를 LineScaleMode.VERTICAL로 설정하고 1픽셀 선으로 그린 다음과 같은 원을 생각해 볼 수 있습니다. 왼쪽 원의 크기는 세로로만 조절되며, 오른쪽 원의 크기는 세로 및 가로 방향 모두 조절됩니다.
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로 설정하고 1픽셀 선으로 그린 다음과 같은 원을 생각해 볼 수 있습니다. 왼쪽 원의 크기는 가로로만 조절되며, 오른쪽 원의 크기는 세로 및 가로 방향 모두 조절됩니다.
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Tue Oct 16 2007, 12:25 AM GMT-07:00
현재 페이지: http://livedocs.adobe.com/flash/9.0_kr/ActionScriptLangRefV3/flash/display/LineScaleMode.html