Windows.UI.Xaml.UIElement.FindSubElementsForTouchTargeting C# (CSharp) Method

FindSubElementsForTouchTargeting() protected method

protected FindSubElementsForTouchTargeting ( [ point, [ boundingRect ) : IIterable>
point [
boundingRect [
return IIterable>
		protected virtual extern IIterable<IIterable<Point>> FindSubElementsForTouchTargeting([In] Point point, [In] Rect boundingRect);
	}