コード例 #1
0
ファイル: WinApi.cs プロジェクト: nn-np/wpfminiblink
 public static extern int ScreenToClient(IntPtr hwnd, ref WinPoint lpPoint);
コード例 #2
0
ファイル: WinApi.cs プロジェクト: nn-np/wpfminiblink
 public static extern int UpdateLayeredWindow(IntPtr hWnd, IntPtr hdcDst, IntPtr pptDst, ref WinSize psize,
                                              IntPtr hdcSrc, ref WinPoint pptSrc, int crKey, ref BlendFunction pblend, int dwFlags);