다음을 통해 공유


ContextRequestedEventArgs.TryGetPosition(UIElement, Point) 메서드

정의

제공된 UIElement의 좌표 원점에서 선택적으로 계산되는 포인터 위치의 x 및 y 좌표를 가져옵니다.

public:
 virtual bool TryGetPosition(UIElement ^ relativeTo, [Out] Point & point) = TryGetPosition;
bool TryGetPosition(UIElement const& relativeTo, [Out] Point & point);
public bool TryGetPosition(UIElement relativeTo, out Point point);
Public Function TryGetPosition (relativeTo As UIElement, ByRef point As Point) As Boolean

매개 변수

relativeTo
UIElement

동일한 개체 트리에 연결된 모든 UIElement 파생 개체입니다. 전체 좌표계를 기준으로 개체를 지정하려면 relativeTonull을 사용합니다.

point
Point

마우스 포인터 위치의 현재 x 및 y 좌표를 나타내는 입니다. nullrelativeTo로 전달된 경우 이 좌표는 전체 창에 대한 것입니다. relativeTo 값이 null 이외의 값을 전달한 경우 이 좌표는 relativeTo에서 참조하는 개체를 기준으로 합니다.

반환

Boolean

bool

컨텍스트 요청이 포인터 디바이스에서 시작된 경우 true입니다. 그렇지 않으면 false입니다.

적용 대상