Visual.PointFromScreen(Point) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 值,表示 Visual 的目前座標系統。
備註
PointToScreen使用 方法,將 表示 的 Visual 目前座標系統轉換成 PointPoint 螢幕座標中的 。