コード例 #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);