Ejemplo n.º 1
0
 internal static extern int MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, [In, Out] ref System.Drawing.Point pt, [MarshalAs(UnmanagedType.U4)] int cPoints);
Ejemplo n.º 2
0
 public static extern bool ClientToScreen(IntPtr hwnd, ref System.Drawing.Point lpPoint);