setarcdirection (gdi32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern int SetArcDirection(IntPtr hdc, int ArcDirection);

User-Defined Types:

None.

Notes:

There are two constants defining the direction.

int AD_CLOCKWISE = 2

int AD_COUNTERCLOCKWISE = 1

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation