Partager via


NativeMethods.MoveWindow(IntPtr, Int32, Int32, Int32, Int32, Boolean) Method

Definition

public:
 static int MoveWindow(IntPtr hWnd, int left, int top, int nWidth, int nHeight, bool bRepaint);
public static int MoveWindow (IntPtr hWnd, int left, int top, int nWidth, int nHeight, bool bRepaint);
static member MoveWindow : nativeint * int * int * int * int * bool -> int
Public Shared Function MoveWindow (hWnd As IntPtr, left As Integer, top As Integer, nWidth As Integer, nHeight As Integer, bRepaint As Boolean) As Integer

Parameters

hWnd
IntPtr

nativeint

left
Int32
top
Int32
nWidth
Int32
nHeight
Int32
bRepaint
Boolean

Returns

Applies to