@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CreateEllipticRgn API !!!!C# Signature: [DllImport("gdi32.dll")] static extern IntPtr CreateEllipticRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect); !!!!VB.NET Signature: <DllImport("gdi32")> _ Public Function CreateEllipticRgn(ByVal X1 As Integer, ByVal Y1 As Integer, ByVal X2 As Integer, ByVal Y2 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: CreateEllipticRgn@msdn on MSDN
Edit gdi32.CreateEllip...
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.