Exemple #1
0
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINTAPI pt);
Exemple #2
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINTAPI point);
Exemple #3
0
 public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref POINTAPI pptDst, ref SIZE psize,
                                               IntPtr hdcSrc, ref POINTAPI pprSrc, Int32 crKey, ref BLENDFUNCTION pblend, UpdateLayeredWindowFlags dwFlags);