コード例 #1
0
 public static extern bool AdjustWindowRect(ref NativeRectangle lpRect, uint dwStyle, [MarshalAs(UnmanagedType.Bool)] bool bMenu);
コード例 #2
0
 public static extern bool GetWindowRect(IntPtr hWnd, out NativeRectangle lpRect);
コード例 #3
0
 public static extern bool ClipCursor(ref NativeRectangle lpRect);
コード例 #4
0
 public static extern bool GetClientRect(IntPtr hWnd, out NativeRectangle lpRect);
コード例 #5
0
 public static extern bool GetClipCursor(out NativeRectangle lpRect);