Visual.PointFromScreen(Point) Method

Definition

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

public:
 System::Windows::Point PointFromScreen(System::Windows::Point point);
public System.Windows.Point PointFromScreen (System.Windows.Point point);
member this.PointFromScreen : System.Windows.Point -> System.Windows.Point
Public Function PointFromScreen (point As Point) As Point

Parameters

point
Point

The Point value in screen coordinates.

Returns

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

Remarks

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

Applies to