[]
        
(Showing Draft Content)

C1.Util.Win.Win32.CreateRoundRectRgn

CreateRoundRectRgn Method

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

Declaration
public static extern nint CreateRoundRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nWidthEllipse, int nHeightEllipse)
Parameters
Type Name Description
int nLeftRect
int nTopRect
int nRightRect
int nBottomRect
int nWidthEllipse
int nHeightEllipse
Returns
Type Description
nint