Arc (gdi32)
Last changed: -203.170.76.122

.
Summary
Draws an elliptical arc.

C# Signature:

[DllImport("gdi32.dll")]
static extern bool Arc(IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect,
   int nBottomRect, int nXStartArc, int nYStartArc, int nXEndArc, int nYEndArc);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.Drawing.Graphics.DrawArc

Do you know one? Please contribute it!

Documentation
Arc on MSDN