Label.GetChildElements(Point) 메서드

정의

지정된 지점 아래에 있는 자식 요소를 반환합니다.

public override System.Collections.Generic.IList<Xamarin.Forms.GestureElement> GetChildElements (Xamarin.Forms.Point point);
override this.GetChildElements : Xamarin.Forms.Point -> System.Collections.Generic.IList<Xamarin.Forms.GestureElement>

매개 변수

point
Point

자식 요소를 찾을 지점입니다.

반환

지정된 지점 아래에 있는 자식 요소입니다.

적용 대상