C# Class WaveEngine.Components.UI.Image

Image decorate class
Inheritance: UIBase
Show file Open project: WaveEngine/Components

Public Methods

Method 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

Method Description
Entity_EntityInitialized ( object sender, EventArgs e ) : void

Handles the EntityInitialized event of the entity control.

Method Details

Image() public method

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

Image() public method

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

Image() public method

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