Пример #1
0
 public static extern int SetBrushOrgEx(IntPtr hDC, int x, int y, ref POINTAPI p);
Пример #2
0
 public static extern IntPtr MoveToEx(IntPtr hDC, int x, int y, ref POINTAPI lpPoint);
Пример #3
0
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINTAPI pt);
Пример #4
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINTAPI pt);
Пример #5
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);