Esempio n. 1
0
 internal static extern IntPtr WindowFromPoint(POINT point);
Esempio n. 2
0
 internal static extern bool ClientToScreen(IntPtr hWnd, ref POINT pt);
Esempio n. 3
0
 internal 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);
Esempio n. 4
0
 internal static extern bool ScreenToClient(IntPtr hWnd, ref POINT pt);
Esempio n. 5
0
 internal static extern IntPtr WindowFromPoint(POINT point);
Esempio n. 6
0
 internal static extern bool ScreenToClient(IntPtr hWnd, ref POINT pt);
Esempio n. 7
0
 internal static extern bool ClientToScreen(IntPtr hWnd, ref POINT pt);
Esempio n. 8
0
 internal 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);