示例#1
0
文件: User32.cs 项目: gpanayir/sffwk
 public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref POINT pptDst, ref SIZE psize, IntPtr hdcSrc, ref POINT pprSrc, Int32 crKey, ref BLENDFUNCTION pblend, Int32 dwFlags);
示例#2
0
文件: User32.cs 项目: gpanayir/sffwk
 public static extern bool ScreenToCliente(IntPtr hWnd, ref POINT pt);
示例#3
0
文件: User32.cs 项目: gpanayir/sffwk
		public static extern IntPtr WindowFromPoint(POINT point);
示例#4
0
文件: User32.cs 项目: gpanayir/sffwk
 public static extern bool ClienteToScreen(IntPtr hWnd, ref POINT pt);