Visual.PointToScreen(Point) 方法

定义

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

public:
 System::Windows::Point PointToScreen(System::Windows::Point point);
public System.Windows.Point PointToScreen (System.Windows.Point point);
member this.PointToScreen : System.Windows.Point -> System.Windows.Point
Public Function PointToScreen (point As Point) As Point

参数

point
Point

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

返回

屏幕坐标中转换后的 Point 值。

注解

PointFromScreen使用 方法将屏幕坐标中的 转换为PointPoint表示 的当前坐标系的 Visual

适用于