C# Class SpeedSketch.RingControl

Inheritance: UIView
Exibir arquivo Open project: xamarin/monotouch-samples Class Usage Examples

Private Properties

Property Type Description
Select void
SetupRings void
Tap void
UpdateViews void

Public Methods

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

Private Methods

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

Method Details

CancelInteraction() public method

public CancelInteraction ( ) : void
return void

HitTest() public method

public HitTest ( CGPoint point, UIEvent uievent ) : UIView
point CGPoint
uievent UIEvent
return UIView

PointInside() public method

public PointInside ( CGPoint point, UIEvent uievent ) : bool
point CGPoint
uievent UIEvent
return bool

RingControl() public method

public RingControl ( CGRect frame, int itemCount ) : System
frame CGRect
itemCount int
return System