Свойство | Type | Description | |
---|---|---|---|
DrawColorSlider | void | ||
InitializeComponent | void |
Méthode | Description | |
---|---|---|
AddMarks ( List |
Creates marks on the bar
|
|
ClearMarks ( ) : void | ||
ColorSlider ( ) : System |
Initializes a new instance of the ColorSlider class.
|
|
ColorSlider ( int min, int max, int value ) : System |
Initializes a new instance of the ColorSlider class.
|
|
CreateRoundRectPath ( |
Creates the round rect path.
|
|
DesaturateColors ( ) : Color[] |
Desaturates colors from given array.
|
|
LightenColors ( ) : Color[] |
Lightens colors from given array.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnGotFocus ( |
Raises the
|
|
OnKeyDown ( |
Raises the
|
|
OnLostFocus ( |
Raises the
|
|
OnMouseDown ( MouseEventArgs e ) : void |
Raises the
|
|
OnMouseMove ( MouseEventArgs e ) : void |
Raises the
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Raises the
|
|
OnPaint ( PaintEventArgs e ) : void |
Raises the
|
Méthode | Description | |
---|---|---|
DrawColorSlider ( PaintEventArgs e, Color thumbFirstColorPaint, Color thumbSecondColorPaint, Color thumbBorderColorPaint, Color barColorPaint, Color elapsedBarColorPaint ) : void |
Draws the colorslider control using passed colors.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
public AddMarks ( List |
||
marks | List |
|
maxMarkValue | double | |
Résultat | void |
public ColorSlider ( int min, int max, int value ) : System | ||
min | int | The minimum value. |
max | int | The maximum value. |
value | int | The current value. |
Résultat | System |
public static CreateRoundRectPath ( |
||
rect | The rectangle on which graphics path will be spanned. | |
size | The size of rounded rectangle edges. | |
Résultat |
public static DesaturateColors ( ) : Color[] | ||
Résultat | Color[] |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
protected OnGotFocus ( |
||
e | An |
|
Résultat | void |
protected OnKeyDown ( |
||
e | A |
|
Résultat | void |
protected OnLostFocus ( |
||
e | An |
|
Résultat | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
Résultat | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
Résultat | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | A |
Résultat | void |