C# Class SpeedSketch.RingControl

Inheritance: UIView
Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Private Properties

Свойство Type Description
Select void
SetupRings void
Tap void
UpdateViews void

Méthodes publiques

Méthode Description
CancelInteraction ( ) : void
HitTest ( CGPoint point, UIEvent uievent ) : UIView
PointInside ( CGPoint point, UIEvent uievent ) : bool
RingControl ( CGRect frame, int itemCount ) : System

Private Methods

Méthode Description
Select ( RingView view ) : void
SetupRings ( int itemCount ) : void
Tap ( UITapGestureRecognizer recognizer ) : void
UpdateViews ( bool animated ) : void

Method Details

CancelInteraction() public méthode

public CancelInteraction ( ) : void
Résultat void

HitTest() public méthode

public HitTest ( CGPoint point, UIEvent uievent ) : UIView
point CGPoint
uievent UIEvent
Résultat UIView

PointInside() public méthode

public PointInside ( CGPoint point, UIEvent uievent ) : bool
point CGPoint
uievent UIEvent
Résultat bool

RingControl() public méthode

public RingControl ( CGRect frame, int itemCount ) : System
frame CGRect
itemCount int
Résultat System