Visual.PointFromScreen(Point) 메서드
정의
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의 현재 좌표계를 나타내는 변환된 Visual 값입니다.The converted Point value that represents the current coordinate system of the Visual.
설명
PointToScreen Point 의 현재 좌표계를 나타내는를 Visual 화면 좌표로 변환 하려면 메서드를 사용 합니다 Point .Use the PointToScreen method to convert a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.