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