createellipticrgn (gdi32)
Last changed: -109.88.110.58

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern IntPtr CreateEllipticRgn(int nLeftRect, int nTopRect,
   int nRightRect, int nBottomRect);

VB.NET Signature:

<DllImport("gdi32")> _
Public Shared Function CreateEllipticRgn(ByVal X1 As Integer, ByVal Y1 As Integer, ByVal witdth As Integer, ByVal Height As Integer) As Integer
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