C# Class WaveEngine.Components.UI.Image

Image decorate class
Inheritance: UIBase
Afficher le fichier Open project: WaveEngine/Components

Méthodes publiques

Méthode Description
Image ( string source ) : System

Initializes a new instance of the Image class.

Image ( string name, Texture texture ) : System

Initializes a new instance of the Image class.

Image ( string name, string source ) : System

Initializes a new instance of the Image class.

Private Methods

Méthode Description
Entity_EntityInitialized ( object sender, EventArgs e ) : void

Handles the EntityInitialized event of the entity control.

Method Details

Image() public méthode

Initializes a new instance of the Image class.
public Image ( string source ) : System
source string The source.
Résultat System

Image() public méthode

Initializes a new instance of the Image class.
public Image ( string name, Texture texture ) : System
name string The name.
texture Texture Image texture.
Résultat System

Image() public méthode

Initializes a new instance of the Image class.
public Image ( string name, string source ) : System
name string The name.
source string The source.
Résultat System