Esempio n. 1
0
 private Point GetScreenPosition(IntPtr handle, IntPtr lParam)
 {
     return(NativeMethodsSafe.ClientToScreen(handle, WinAPIHelper.GetPoint(lParam)).ToPresentationPoint());
 }