Example #1
0
 public static Point GetScreentPoint(Point client, System.Windows.FrameworkElement element)
 {
     return(element.PointFromScreen(client));
 }
Example #2
0
 public static Point GetClientPoint(Point screen, System.Windows.FrameworkElement element)
 {
     return(element.PointFromScreen(screen));
 }