예제 #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);