C# Class AdvancedColorPicker.HuePickerView

Inheritance: UIView
Mostra file Open project: YiannisBourkelis/AdvancedColorPicker Class Usage Examples

Public Methods

Method Description
Draw ( RectangleF rect ) : void
HuePickerView ( ) : System
TouchesBegan ( MonoTouch touches, UIEvent evt ) : void
TouchesMoved ( MonoTouch touches, UIEvent evt ) : void

Private Methods

Method Description
HandleTouches ( MonoTouch touches, UIEvent evt ) : void

Method Details

Draw() public method

public Draw ( RectangleF rect ) : void
rect RectangleF
return void

HuePickerView() public method

public HuePickerView ( ) : System
return System

TouchesBegan() public method

public TouchesBegan ( MonoTouch touches, UIEvent evt ) : void
touches MonoTouch
evt UIEvent
return void

TouchesMoved() public method

public TouchesMoved ( MonoTouch touches, UIEvent evt ) : void
touches MonoTouch
evt UIEvent
return void