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.
'Declaration
Public Function PointToScreen( _
ByVal As Point _
) As Point
public Point PointToScreen(
Point
)
Parameters
- point
- The System.Windows.Point value that represents the current coordinate system of the System.Windows.Media.Visual.
Return Value
The converted
System.Windows.Point value in screen coordinates.