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画面内座標を現在の座標系を表す画面座標にPointVisual変換します。

適用対象