UIElement3DAutomationPeer.GetClickablePointCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Point that represents the clickable space that is on the UIElement3D that is associated with this UIElement3DAutomationPeer. This method is called by 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
Returns
The Point on the element that allows a click. The point values are (NaN, NaN) if the element is not both a HwndSource and a PresentationSource.
Remarks
The GetClickablePointCore method returns the point that represents the center of the UIElement3D. Override GetClickablePointCore if you want to return a different point.
UIElement3DAutomationPeer is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.