[]
        
(Showing Draft Content)

C1.Util.Win.Win32.CreateRoundRectRgn

CreateRoundRectRgn Method

CreateRoundRectRgn(int, int, int, int, int, int)

Declaration
public static extern IntPtr CreateRoundRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nWidthEllipse, int nHeightEllipse)
Public Shared Function CreateRoundRectRgn(nLeftRect As Integer, nTopRect As Integer, nRightRect As Integer, nBottomRect As Integer, nWidthEllipse As Integer, nHeightEllipse As Integer) As IntPtr
Parameters
Type Name Description
int nLeftRect
int nTopRect
int nRightRect
int nBottomRect
int nWidthEllipse
int nHeightEllipse
Returns
Type Description
IntPtr