Ellipse (gdi32)
Last changed: -131.107.0.71

.
Summary
The Ellipse API

C# Signature:

[DllImport("gdi32.dll", ExactSpelling=true, PreserveSig=true, SetLastError=true)]
static extern bool Ellipse(IntPtr hdc, int nLeftRect, int nTopRect,
   int nRightRect, int nBottomRect);

VB.NET Signature:

<DllImport("gdi32.dll", ExactSpelling := True, PreserveSig := True, SetLastError := True)> _
Private Shared Function Ellipse(hdc As IntPtr, nLeftRect As Integer, nTopRect As Integer, nRightRect As Integer, nBottomRect As Integer) 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
Ellipse on MSDN