示例#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);