@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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@msdn on MSDN
Edit gdi32.Ellipse
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.