SweepDirection 列舉
定義
定義橢圓形弧線的繪製方向。Defines the direction an elliptical arc is drawn.
public enum class SweepDirection
public enum SweepDirection
type SweepDirection =
Public Enum SweepDirection
- 繼承
欄位
Clockwise | 1 | 指定以順時針 (角度為正值) 方向繪製弧線。Specifies that arcs are drawn in a clockwise (positive-angle) direction. |
Counterclockwise | 0 | 指定以逆時針 (角度為負值) 方向繪製弧線。Specifies that arcs are drawn in a counter clockwise (negative-angle) direction. |