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 아래에 있는 자식 요소입니다.

구현

적용 대상