コード例 #1
0
ファイル: Win32APIWrapper.cs プロジェクト: sakpung/webstudy
 public static extern bool GetClientRect
 (
     IntPtr hWnd,
     ref Win32APIWrapper.RECT lpRect
 );
コード例 #2
0
ファイル: Win32APIWrapper.cs プロジェクト: sakpung/webstudy
 public static extern bool GetWindowRect
 (
     IntPtr nptrWnd,
     ref Win32APIWrapper.RECT lpRect
 );