示例#1
0
文件: User32API.cs 项目: burstas/rmps
 public static extern int ScrollWindowEx(IntPtr hWnd, int dx, int dy, ref RECT rcScroll, ref RECT rcClip, IntPtr UpdateRegion, ref RECT rcInvalidated, uint flags);
示例#2
0
文件: User32API.cs 项目: burstas/rmps
 public static extern bool GetWindowRect(IntPtr hWnd, ref RECT rect);
示例#3
0
文件: User32API.cs 项目: burstas/rmps
 public static extern int GetClientRect(IntPtr hWnd, ref RECT rc);
示例#4
0
文件: User32API.cs 项目: burstas/rmps
 public static extern bool GetMenuItemRect(IntPtr hWnd, IntPtr hMenu, uint Item, ref RECT rc);
示例#5
0
文件: User32API.cs 项目: burstas/rmps
 public static extern int FillRect(IntPtr hDC, ref RECT rect, IntPtr hBrush);