예제 #1
0
파일: User32.cs 프로젝트: viticm/pap2
		public static extern IntPtr WindowFromPoint(POINT point);
예제 #2
0
파일: User32.cs 프로젝트: viticm/pap2
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINT pt);
예제 #3
0
파일: User32.cs 프로젝트: viticm/pap2
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINT pt);
예제 #4
0
파일: User32.cs 프로젝트: viticm/pap2
 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);