예제 #1
0
파일: User32APIs.cs 프로젝트: r12f/PSPlus
 public static extern bool ScrollWindow(IntPtr hwnd, int xAmount, int yAmount, User32Rect *lpRect, User32Rect *lpClipRect);
예제 #2
0
파일: User32APIs.cs 프로젝트: r12f/PSPlus
 public static extern int ScrollWindowEx(IntPtr hwnd, int dx, int dy, User32Rect *lpRectScroll, User32Rect *lpRectClip, IntPtr hRgnUpdate, User32Rect *lpRectUpdate, uint uFlags);
예제 #3
0
파일: User32APIs.cs 프로젝트: r12f/PSPlus
 public static extern bool RedrawWindow(IntPtr hwnd, User32Rect *lpRectUpdate, IntPtr hRgnUpdate, uint flags);
예제 #4
0
파일: User32APIs.cs 프로젝트: r12f/PSPlus
 public static extern bool ValidateRect(IntPtr hwnd, User32Rect *lpRect);
예제 #5
0
파일: User32APIs.cs 프로젝트: r12f/PSPlus
 public static extern bool InvalidateRect(IntPtr hwnd, User32Rect *lpRect, bool bErase);
예제 #6
0
파일: User32APIs.cs 프로젝트: r12f/PSPlus
 public static extern bool GetClientRect(IntPtr hwnd, User32Rect *lpRect);
예제 #7
0
파일: User32APIs.cs 프로젝트: r12f/PSPlus
 public static extern bool GetWindowRect(IntPtr hwnd, User32Rect *lpRect);