C# Class Flood.GUI.ControlInternal.ColorButton

Property button.
Inheritance: Flood.GUI.Controls.Button
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
ColorButton ( Control parent ) : System

Initializes a new instance of the ColorButton class.

Méthodes protégées

Méthode Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

ColorButton() public méthode

Initializes a new instance of the ColorButton class.
public ColorButton ( Control parent ) : System
parent Flood.GUI.Controls.Control Parent control.
Résultat System

Render() protected méthode

Renders the control using specified skin.
protected Render ( Skins skin ) : void
skin Skins Skin to use.
Résultat void