Converts a
System.Windows.Point that represents the current coordinate system of the
System.Windows.Media.Visual into a
System.Windows.Point in screen coordinates.
'宣言
Public Function PointToScreen( _
ByVal As Point _
) As Point
public Point PointToScreen(
Point
)
パラメータ
- point
- The System.Windows.Point value that represents the current coordinate system of the System.Windows.Media.Visual.
戻り値の型
The converted
System.Windows.Point value in screen coordinates.