MS.Win32.SafeNativeMethods.MoveWindow C# (CSharp) Method

MoveWindow() private method

private MoveWindow ( [ handle, [ iX, [ iY, [ iWidth, [ iHeight, [ bRepaint ) : int
handle [
iX [
iY [
iWidth [
iHeight [
bRepaint [
return int
        public static extern int MoveWindow([In] IntPtr handle, [In] int iX, [In] int iY, [In] int iWidth, [In] int iHeight, [In] int bRepaint);