DrawArc (gdi32)
Last changed: -97.91.235.130

.
Summary
TODO - a short description

C# Signature:

[DllImport("user32.dll")]

    static extern IntPtr DrawArc(Pen pen, int  x, int y, int       width, int height, int startAngle, int sweepAngle);

VB Signature:

Declare Function DrawArc Lib "gdi32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
DrawArc on MSDN