C# 클래스 SpeedSketch.RingControl

상속: UIView
파일 보기 프로젝트 열기: xamarin/monotouch-samples 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Select void
SetupRings void
Tap void
UpdateViews void

공개 메소드들

메소드 설명
CancelInteraction ( ) : void
HitTest ( CGPoint point, UIEvent uievent ) : UIView
PointInside ( CGPoint point, UIEvent uievent ) : bool
RingControl ( CGRect frame, int itemCount ) : System

비공개 메소드들

메소드 설명
Select ( RingView view ) : void
SetupRings ( int itemCount ) : void
Tap ( UITapGestureRecognizer recognizer ) : void
UpdateViews ( bool animated ) : void

메소드 상세

CancelInteraction() 공개 메소드

public CancelInteraction ( ) : void
리턴 void

HitTest() 공개 메소드

public HitTest ( CGPoint point, UIEvent uievent ) : UIView
point CGPoint
uievent UIEvent
리턴 UIView

PointInside() 공개 메소드

public PointInside ( CGPoint point, UIEvent uievent ) : bool
point CGPoint
uievent UIEvent
리턴 bool

RingControl() 공개 메소드

public RingControl ( CGRect frame, int itemCount ) : System
frame CGRect
itemCount int
리턴 System