UIElementAutomationPeer.GetClickablePointCore 메서드

정의

UIElementAutomationPeer와 연결된 UIElement의 클릭 가능한 공간을 나타내는 Point를 가져옵니다. 이 메서드는 GetClickablePoint()에 의해 호출됩니다.

protected:
 override System::Windows::Point GetClickablePointCore();
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override System.Windows.Point GetClickablePointCore ();
protected override System.Windows.Point GetClickablePointCore ();
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.GetClickablePointCore : unit -> System.Windows.Point
override this.GetClickablePointCore : unit -> System.Windows.Point
Protected Overrides Function GetClickablePointCore () As Point

반환

클릭할 수 있는 요소의 Point입니다. 요소가 HwndSourcePresentationSource 둘 중 하나에만 없는 경우 점 값은 (NaN, NaN)입니다.

특성

적용 대상