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

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

注解

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

适用于