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);
Beispiel #4
0
 public static extern bool AdjustWindowRect(ref NativeRectangle lpRect, uint dwStyle, [MarshalAs(UnmanagedType.Bool)] bool bMenu);
Beispiel #5
0
 static extern bool GetWindowRect(IntPtr hWnd, out NativeRectangle lpRect);
Beispiel #6
0
 static extern bool GetClientRect(IntPtr hWnd, out NativeRectangle lpRect);