/// <summary> /// Tries to get a clickable point of the element. /// </summary> /// <param name="point">The clickable point or null, if no point was found</param> /// <returns>True if a point was found, false otherwise</returns> public bool TryGetClickablePoint(out Point point) { return(FrameworkAutomationElement.TryGetClickablePoint(out point)); }
/// <summary> /// Tries to get a clickable point of the element. /// </summary> /// <param name="point">The clickable point or null, if no point was found</param> /// <returns>True if a point was found, false otherwise</returns> public bool TryGetClickablePoint(out Shapes.Point point) { return FrameworkAutomationElement.TryGetClickablePoint(out point); }