[]
        
(Showing Draft Content)

C1.Util.Win.Win32.CreateRectRgn

CreateRectRgn Method

CreateRectRgn(int, int, int, int)

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