Function Reference


_WinAPI_GetArcDirection

Retrieves the current arc direction for the specified device context

#include <WinAPIGdi.au3>
_WinAPI_GetArcDirection ( $hDC )

Parameters

$hDC Handle to the device context.

Return Value

Success: The current arc direction ($AD_*).
Failure: 0 and sets the @error flag to non-zero.

See Also

Search GetArcDirection in MSDN Library.