Visual.PointFromScreen(Point) Метод
Определение
public:
System::Windows::Point PointFromScreen(System::Windows::Point point);
public System.Windows.Point PointFromScreen (System.Windows.Point point);
member this.PointFromScreen : System.Windows.Point -> System.Windows.Point
Public Function PointFromScreen (point As Point) As Point
Параметры
Возвращаемое значение
Преобразованное значение Point, которое представляет текущую систему координат Visual.The converted Point value that represents the current coordinate system of the Visual.
Комментарии
Используйте PointToScreen метод для преобразования объекта Point , который представляет текущую систему координат в, Visual Point в координатах экрана.Use the PointToScreen method to convert a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.