C# 클래스 MessageBar.MessageWindow

상속: UIWindow
파일 보기 프로젝트 열기: prashantvc/Xamarin.iOS-MessageBar 1 사용 예제들

공개 메소드들

메소드 설명
HitTest ( CGPoint point, UIEvent uievent ) : UIView

Returns the farthest descendant of the receiver in the view hierarchy (including itself) that contains a specified point.

메소드 상세

HitTest() 공개 메소드

Returns the farthest descendant of the receiver in the view hierarchy (including itself) that contains a specified point.
public HitTest ( CGPoint point, UIEvent uievent ) : UIView
point CGPoint A point specified in the receiver’s local coordinate system (bounds).
uievent UIEvent The UI event
리턴 UIView