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