ARCed.Core.Win32.NativeMethods.SetWindowPos C# (CSharp) 메소드

SetWindowPos() 개인적인 메소드

private SetWindowPos ( IntPtr hWnd, IntPtr hWndAfter, int x, int y, int width, int height, FlagsSetWindowPos flags ) : int
hWnd System.IntPtr
hWndAfter System.IntPtr
x int
y int
width int
height int
flags FlagsSetWindowPos
리턴 int
        public static extern int SetWindowPos(IntPtr hWnd, IntPtr hWndAfter, int x, int y, int width, int height, FlagsSetWindowPos flags);