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使用 方法,將 表示 的 Visual 目前座標系統轉換成 PointPoint 螢幕座標中的 。

適用於