Visual.PointFromScreen(Point) 方法

定义

Point 屏幕坐标转换为 Point 表示当前坐标系的 Visual屏幕坐标。

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
Point

Point屏幕坐标中的值。

返回

表示当前坐标系的Point已转换Visual值。

注解

PointToScreen使用此方法将表示当前坐标系统的Point屏幕坐标转换为VisualPoint屏幕坐标。

适用于