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

Inheritance: ViewGroup
Afficher le fichier Open project: microhobby/maui-linux Class Usage Examples

Méthodes publiques

Méthode Description
ColorPickerView ( Context context, int minWidth, int minHeight ) : System

Méthodes protégées

Méthode Description
OnLayout ( bool changed, int left, int top, int right, int bottom ) : void

Private Methods

Méthode 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 méthode

public ColorPickerView ( Context context, int minWidth, int minHeight ) : System
context Context
minWidth int
minHeight int
Résultat System

OnLayout() protected méthode

protected OnLayout ( bool changed, int left, int top, int right, int bottom ) : void
changed bool
left int
top int
right int
bottom int
Résultat void