Visual.PointToScreen(Point) 메서드

정의

Point의 현재 좌표계를 나타내는 Visual를 화면 좌표에 있는 Point로 변환합니다.

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

매개 변수

point
Point

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

반환

Point

화면 좌표로 변환된 Point 값입니다.

설명

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

적용 대상