コード例 #1
0
ファイル: WinApi.cs プロジェクト: barecool/winforms-modernui
 public static extern int GetClientRect(IntPtr hwnd, ref RECT lpRect);
コード例 #2
0
ファイル: WinApi.cs プロジェクト: paulogeneses/MetroFramework
 public static extern bool RedrawWindow(IntPtr hWnd, ref RECT lprcUpdate, IntPtr hrgnUpdate, RedrawWindowFlags flags);
コード例 #3
0
ファイル: WinApi.cs プロジェクト: paulogeneses/MetroFramework
 public static extern bool InvalidateRect(IntPtr hwnd, ref RECT rect, bool bErase);
コード例 #4
0
ファイル: WinApi.cs プロジェクト: paulogeneses/MetroFramework
 public static extern bool ValidateRect(IntPtr hwnd, ref RECT rect);
コード例 #5
0
 public static extern int GetClientRect(IntPtr hwnd, ref RECT lpRect);