C# Class MonoDroid.ColorPickers.RoundColorPickerDialog

Inheritance: Android.App.Dialog
Exibir arquivo Open project: Cheesebaron/MonoDroid.ColorPickers Class Usage Examples

Public Methods

Method Description
RoundColorPickerDialog ( Android.Content.Context context, Color initialColor ) : System

Protected Methods

Method Description
OnCreate ( Bundle savedInstanceState ) : void
RoundColorPickerDialog ( IntPtr javaReference, JniHandleOwnership transfer ) : System

Method Details

OnCreate() protected method

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
return void

RoundColorPickerDialog() public method

public RoundColorPickerDialog ( Android.Content.Context context, Color initialColor ) : System
context Android.Content.Context
initialColor Color
return System

RoundColorPickerDialog() protected method

protected RoundColorPickerDialog ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
return System