VB聲明
Declare Function SetArcDirection Lib "gdi32" Alias "SetArcDirection" (ByVal hdc As Long, ByVal ArcDirection As Long) As Long
說明
設定圓弧的描繪方向
返回值
Long,如執行成功,返回原始的圓弧方向;零意味著出錯
參數表
參數類型及說明
hdcLong,要設定的設備場景
ArcDirectionLong,AD_CLOCKWISE (順時針)或 AD_COUNTERCLOCKWISE (逆時針)
註解
可套用於下列函式:Arc, arcto, chord, Ellipse, pie, Rectangle 和 RoundRect