Ejemplo n.º 1
0
 internal static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref PointStruct pptDst, ref SizeStruct psize, IntPtr hdcSrc, ref PointStruct pprSrc, int crKey, ref Blendfunction pblend, int dwFlags);
Ejemplo n.º 2
0
 internal static extern bool ScreenToClient(IntPtr hWnd, ref PointStruct pt);
Ejemplo n.º 3
0
 internal static extern bool ClientToScreen(IntPtr hWnd, ref PointStruct pt);
Ejemplo n.º 4
0
 internal static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref PointStruct pptDst, ref SizeStruct psize, IntPtr hdcSrc, ref PointStruct pprSrc, int crKey, ref Blendfunction pblend, int dwFlags);
Ejemplo n.º 5
0
 internal static extern bool ScreenToClient(IntPtr hWnd, ref PointStruct pt);
Ejemplo n.º 6
0
 internal static extern bool ClientToScreen(IntPtr hWnd, ref PointStruct pt);