Esempio n. 1
0
 public static extern int ScreenToClient(IntPtr hwnd, ref WinPoint lpPoint);
Esempio n. 2
0
 public static extern int UpdateLayeredWindow(IntPtr hWnd, IntPtr hdcDst, IntPtr pptDst, ref WinSize psize,
                                              IntPtr hdcSrc, ref WinPoint pptSrc, int crKey, ref BlendFunction pblend, int dwFlags);