public static extern bool AdjustWindowRect(
     ref RECT lpRect,
     Int32 dwStyle,
     bool bMenu
     );
Exemple #2
0
 public static extern bool IntGetWindowRect(HandleRef hWnd, [In, Out] ref RECT rect);
Exemple #3
0
 public static extern bool IntGetClientRect(HandleRef hWnd, [In, Out] ref RECT rect);
Exemple #4
0
 public static extern bool AdjustWindowRect(
     ref RECT lpRect,
     Int32 dwStyle,
     bool bMenu
     );