pie (gdi32)
Last changed: anonymous

.
Summary
The Pie API

C# Signature:

[DllImport("gdi32.dll")]
static extern bool Pie(IntPtr hdc, int nLeftRect, int nTopRect, int nRightRect,
   int nBottomRect, int nXRadial1, int nYRadial1, int nXRadial2, int nYRadial2);

VB.NET Signature:

   <DllImport("gdi32.dll")> _
   Private Shared Function Pie(hdc As IntPtr, nLeftRect%, nTopRect%, nRightRect%, nBottomRect%, nXRadial1%, nYRadial1%, nXRadial2%, nYRadial2%) As Boolean
   End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
Pie on MSDN