View.GetChildElements(Point) Metoda

Definice

Vrátí podřízené elementy, které jsou vizuálně pod zadaným pointparametrem .

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>

Parametry

point
Point

Bod, pod kterým se mají hledat podřízené prvky.

Návraty

System.Collections.Generic.IList<GestureElement>

Podřízené prvky, které jsou vizuálně pod zadaným pointparametrem .

Implementuje

Platí pro