Exemplo n.º 1
0
 private Point PointFromScreen(Point pointWin)
 {
     return(ToWinPoint(_window.PointFromScreen(ToWpfPoint(pointWin))));
 }