예제 #1
0
 internal static extern IntPtr WindowFromPoint(POINT point);
예제 #2
0
 internal static extern bool ClientToScreen(IntPtr hWnd, ref POINT pt);
예제 #3
0
 internal 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);
예제 #4
0
 internal static extern bool ScreenToClient(IntPtr hWnd, ref POINT pt);
예제 #5
0
 internal static extern IntPtr WindowFromPoint(POINT point);
예제 #6
0
 internal static extern bool ScreenToClient(IntPtr hWnd, ref POINT pt);
예제 #7
0
 internal static extern bool ClientToScreen(IntPtr hWnd, ref POINT pt);
예제 #8
0
 internal 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);