View.GetChildElements(Point) Method

Definition

Returns the child elements that are visually beneath the specified point.

public virtual System.Collections.Generic.IList<Xamarin.Forms.GestureElement> GetChildElements (Xamarin.Forms.Point point);
abstract member GetChildElements : Xamarin.Forms.Point -> System.Collections.Generic.IList<Xamarin.Forms.GestureElement>
override this.GetChildElements : Xamarin.Forms.Point -> System.Collections.Generic.IList<Xamarin.Forms.GestureElement>

Parameters

point
Point

The point under which to search for child elements.

Returns

The child elements that are visually beneath the specified point.

Implements

Applies to