System.Windows.Automation.DesktopElement.GetDescendantFromPoint C# (CSharp) Method

GetDescendantFromPoint() public method

public GetDescendantFromPoint ( double x, double y ) : IElement
x double
y double
return IElement
		public IElement GetDescendantFromPoint (double x, double y)
		{
			//Root element show have no child element which is not
			//a native window
			return this;
		}
		#endregion