函数参考


_WinAPI_GetArcDirection

获取指定设备场景中指定弧的方向

#Include <WinAPIEx.au3>
_WinAPI_GetArcDirection ( $hDC )

参数

$hDC 设备场景句柄

返回值

成功: 当前弧的方向
$AD_COUNTERCLOCKWISE(1) - 逆时针
$AD_CLOCKWISE(2) - 顺时针
失败: 返回 0设置@error 非0

注意/说明

None

相关

详情参考

在MSDN中搜索