View.GetChildElements(Point) Metodo

Definizione

Restituisce gli elementi figlio che si trovano visivamente sotto l'elemento point specificato.

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>

Parametri

point
Point

Il punto in cui cercare gli elementi figlio.

Restituisce

Elementi figlio che si trovano visivamente sotto l'elemento point specificato.

Implementazioni

Si applica a