[]
        
(Showing Draft Content)

C1.Util.Win.Win32.CreateRectRgn

CreateRectRgn Method

CreateRectRgn(int, int, int, int)

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