PointToScreen メソッド (WPFFrameworkElement)
クラス
WPFFrameworkElement
.
処理
Visual の現在の座標系を表す Point を、画面座標における Point に変換します。
構文
C#
result
=
frameworkElement
.
PointToScreen
(
point
)
VB
result
=
frameworkElement
.
PointToScreen
(
point
)
変数
説明
result
変換された Point。
Point
。
point
Visual の現在の座標系を表す Point 値。
Point
。