コード例 #1
0
ファイル: User32.cs プロジェクト: ChrisMoreton/Test3
 internal static extern bool ClientToScreen(IntPtr hWnd, ref POINT pt);
コード例 #2
0
ファイル: User32.cs プロジェクト: ChrisMoreton/Test3
 internal static extern bool ScreenToClient(IntPtr hWnd, ref POINT pt);
コード例 #3
0
ファイル: User32.cs プロジェクト: ChrisMoreton/Test3
 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);