Exemplo n.º 1
0
 public static extern int SetBrushOrgEx(IntPtr hDC, int x, int y, ref POINTAPI p);
Exemplo n.º 2
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINTAPI pt);
Exemplo n.º 3
0
 public static extern IntPtr MoveToEx(IntPtr hDC, int x, int y, ref POINTAPI lpPoint);
Exemplo n.º 4
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);
Exemplo n.º 5
0
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINTAPI pt);
Exemplo n.º 6
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINTAPI pt);
Exemplo n.º 7
0
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINTAPI pt);
Exemplo n.º 8
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);
Exemplo n.º 9
0
 public static extern int SetBrushOrgEx(IntPtr hDC, int x, int y, ref POINTAPI p);
Exemplo n.º 10
0
 public static extern IntPtr MoveToEx(IntPtr hDC, int x, int y, ref POINTAPI lpPoint);