View.GetChildElements(Point) Método

Definición

Devuelve los elementos secundarios que están visualmente bajo el point especificado.

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>

Parámetros

point
Point

Punto en el que se van a buscar elementos secundarios.

Devoluciones

Elementos secundarios que están visualmente bajo el point especificado.

Implementaciones

Se aplica a