Method | Description | |
---|---|---|
ColorPickerView ( Context context, int minWidth, int minHeight ) : System |
Method | Description | |
---|---|---|
OnLayout ( bool changed, int left, int top, int right, int bottom ) : void |
Method | Description | |
---|---|---|
GetCurrentColor ( Android.Graphics.Bitmap bitmap, int x, int y ) : Android.Graphics.Color | ||
OnColorPicked ( ) : void | ||
OnPropertyChanged ( string propertyName = null ) : void | ||
UpdateUi ( ) : void |
public ColorPickerView ( Context context, int minWidth, int minHeight ) : System | ||
context | Context | |
minWidth | int | |
minHeight | int | |
return | System |
protected OnLayout ( bool changed, int left, int top, int right, int bottom ) : void | ||
changed | bool | |
left | int | |
top | int | |
right | int | |
bottom | int | |
return | void |