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

螢幕座標中已轉換的 Point 值。

備註

使用 方法, PointFromScreen 將螢幕座標 Point 中的 轉換成 Point ,表示 的 Visual 目前座標系統。

適用於