Visual.PointToScreen(Point) Method

Definition

Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.

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

Parameters

point
Point

The Point value that represents the current coordinate system of the Visual.

Returns

The converted Point value in screen coordinates.

Remarks

Use the PointFromScreen method to convert a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.

Applies to