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 の値 (画面座標)。

注釈

PointFromScreenメソッドを使用して、画面座標のPointを、Pointの現在の座標系を表すVisualに変換します。

適用対象