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