View.GetChildElements(Point) 方法

定义

返回在指定的 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>

参数

point
Point

在其下搜索子元素的点。

返回

在指定的 point 下可见的子元素。

实现

适用于