[]
        
(Showing Draft Content)

C1.Util.Win.Win32.MoveWindow

MoveWindow Method

MoveWindow(nint, int, int, int, int, bool)

Declaration
public static extern bool MoveWindow(nint hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint)
Public Shared Function MoveWindow(hWnd As IntPtr, X As Integer, Y As Integer, nWidth As Integer, nHeight As Integer, bRepaint As Boolean) As Boolean
Parameters
Type Name Description
nint hWnd
int X
int Y
int nWidth
int nHeight
bool bRepaint
Returns
Type Description
bool