UIElement3DAutomationPeer.GetClickablePointCore 方法

定义

返回一个 Point,该对象表示与此 UIElement3D 关联的 UIElement3DAutomationPeer 上的可单击空间。 此方法由 GetClickablePoint() 调用。

protected:
 override System::Windows::Point GetClickablePointCore();
protected override System.Windows.Point GetClickablePointCore ();
override this.GetClickablePointCore : unit -> System.Windows.Point
Protected Overrides Function GetClickablePointCore () As Point

返回

元素上允许单击的 Point。 如果元素不同时为 HwndSourcePresentationSource,则点值为 (NaN, NaN)。

注解

方法 GetClickablePointCore 返回表示 的中心的 UIElement3D点。 如果要返回其他点,请重写 GetClickablePointCore

UIElement3DAutomationPeer.NET Framework版本 3.5 中引入了 。 有关详细信息,请参见版本和依赖关系

适用于