Esempio n. 1
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINTAPI pt);
Esempio n. 2
0
 public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref POINTAPI pptDst, ref SIZE psize, IntPtr hdcSrc, ref POINTAPI pprSrc, int crKey, ref BLENDFUNCTION pblend, int dwFlags);
Esempio n. 3
0
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINTAPI pt);
Esempio n. 4
0
 public static extern IntPtr MoveToEx(IntPtr hDC, int x, int y, ref POINTAPI lpPoint);
Esempio n. 5
0
 public static extern int SetBrushOrgEx(IntPtr hDC, int x, int y, ref POINTAPI p);
Esempio n. 6
0
 public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref POINTAPI pptDst, ref SIZE psize, IntPtr hdcSrc, ref POINTAPI pprSrc, int crKey, ref BLENDFUNCTION pblend, int dwFlags);
Esempio n. 7
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINTAPI pt);
Esempio n. 8
0
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINTAPI pt);
Esempio n. 9
0
 public static extern int SetBrushOrgEx(IntPtr hDC, int x, int y, ref POINTAPI p);
Esempio n. 10
0
 public static extern IntPtr MoveToEx(IntPtr hDC, int x, int y, ref POINTAPI lpPoint);