C# Class AdvancedColorPicker.SatBrightIndicatorView

Inheritance: UIView
Show file Open project: YiannisBourkelis/AdvancedColorPicker

Public Properties

Property Type Description
satBrightPickerViewRef SaturationBrightnessPickerView

Public Methods

Method Description
Draw ( RectangleF rect ) : void
SatBrightIndicatorView ( ) : System

Method Details

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

SatBrightIndicatorView() public method

public SatBrightIndicatorView ( ) : System
return System

Property Details

satBrightPickerViewRef public property

public SaturationBrightnessPickerView,AdvancedColorPicker satBrightPickerViewRef
return SaturationBrightnessPickerView