Beispiel #1
0
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINT pt);
Beispiel #2
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINT pt);
Beispiel #3
0
 public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref POINT pptDst, ref SIZE psize, IntPtr hdcSrc, ref POINT pprSrc, int crKey, ref BLENDFUNCTION pblend, int dwFlags);