Funktionreferenz


_WinAPI_GetArcDirection


Retrieves the current arc direction for the specified device context

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

Parameter

$hDC Handle to the device context.

Rückgabewert

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

Bemerkungen

None.

Siehe auch

Suche nach GetArcDirection in der MSDN Bibliothek.