SweepDirection 枚举

定义

定义椭圆弧的绘制方向。

public enum class SweepDirection
public enum SweepDirection
type SweepDirection = 
Public Enum SweepDirection
继承
SweepDirection

字段

Clockwise 1

指定按顺时针(正角)方向绘制圆弧。

Counterclockwise 0

指定按逆时针(负角)方向绘制圆弧。

适用于

另请参阅