[DllImport("gdi32.dll")]
static extern IntPtr CreateEllipticRgn(int nLeftRect, int nTopRect,
int nRightRect, int nBottomRect);
<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
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!