Retrieves the current arc direction for the specified device context
#include <WinAPIGdi.au3>
_WinAPI_GetArcDirection ( $hDC )
$hDC | Handle to the device context. |
Success: | The current arc direction ($AD_*). |
Failure: | 0 and sets the @error flag to non-zero. |
Search GetArcDirection in MSDN Library.