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