Visual.PointFromScreen(Point) 메서드

정의

화면 좌표에 있는 PointPoint의 현재 좌표계를 나타내는 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

매개 변수

point
Point

화면 좌표에 있는 Point 값입니다.

반환

Point

Point의 현재 좌표계를 나타내는 변환된 Visual 값입니다.

설명

메서드를 PointToScreen 사용하여 현재 좌표계를 나타내는 좌표를 화면 내 Visual 좌표로 Point 변환 Point 합니다.

적용 대상