C# Class Microsoft.Maui.Controls.Compatibility.ControlGallery.Android.ColorPickerView

Inheritance: ViewGroup
Exibir arquivo Open project: microhobby/maui-linux Class Usage Examples

Public Methods

Method Description
ColorPickerView ( Context context, int minWidth, int minHeight ) : System

Protected Methods

Method Description
OnLayout ( bool changed, int left, int top, int right, int bottom ) : void

Private Methods

Method Description
GetCurrentColor ( Android.Graphics.Bitmap bitmap, int x, int y ) : Android.Graphics.Color
OnColorPicked ( ) : void
OnPropertyChanged ( string propertyName = null ) : void
UpdateUi ( ) : void

Method Details

ColorPickerView() public method

public ColorPickerView ( Context context, int minWidth, int minHeight ) : System
context Context
minWidth int
minHeight int
return System

OnLayout() protected method

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