示例#1
0
 public static System.Windows.Point PointToScreen(System.Windows.Point p)
 {
     return(_view.PointToScreen(p));
 }