Visual.PointToScreen(Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 值。
注解
PointFromScreen使用 方法将屏幕坐标中的 转换为PointPoint表示 的当前坐标系的 Visual。