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