C# Class Flood.GUI.ControlInternal.Highlight

Drag&drop highlight.
Inheritance: Flood.GUI.Controls.Control
Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

Méthode Description
Highlight ( Control parent ) : Flood.GUI.Controls

Initializes a new instance of the Highlight class.

Méthodes protégées

Méthode Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

Highlight() public méthode

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

Render() protected méthode

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