Ejemplo n.º 1
0
 internal static extern int MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, [In, Out] ref _RECT rect, [MarshalAs(UnmanagedType.U4)] int cPoints);
Ejemplo n.º 2
0
 public static string ToString(this _RECT obj, bool t)
 {
     return($" < {obj.left} {obj.top} {obj.right} {obj.bottom} > ");
 }
Ejemplo n.º 3
0
 public static extern bool GetWindowRect(IntPtr hWnd, out _RECT lpRect);
Ejemplo n.º 4
0
 public static extern int Shell_NotifyIconGetRect([In] ref NOTIFYICONIDENTIFIER identifier, [Out] out _RECT iconLocation);