コード例 #1
0
 public static extern bool GetWindowRect(
     IntPtr hWnd,
     out RECT lpRect);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: NekoProject/NekoKun
 public static extern bool GetUpdateRect(
     IntPtr hWnd,
     out RECT lpRect,
     bool bErase);