Beispiel #1
0
 /// <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));
 }
Beispiel #2
0
 /// <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);
 }