NativeMethods.MoveWindow(IntPtr, Int32, Int32, Int32, Int32, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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