static extern bool GetWindowRect(IntPtr hWnd, out NativeRectangle lpRect);
 static extern bool GetClientRect(IntPtr hWnd, out NativeRectangle lpRect);
 public static extern bool AdjustWindowRect(ref NativeRectangle lpRect, uint dwStyle, [MarshalAs(UnmanagedType.Bool)]bool bMenu);
Example #4
0
 public static extern bool AdjustWindowRect(ref NativeRectangle lpRect, uint dwStyle, [MarshalAs(UnmanagedType.Bool)] bool bMenu);
Example #5
0
 static extern bool GetWindowRect(IntPtr hWnd, out NativeRectangle lpRect);
Example #6
0
 static extern bool GetClientRect(IntPtr hWnd, out NativeRectangle lpRect);