Edit

Share via


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);

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