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に変換します。