C# Class OpenBve.Textures.Texture

ファイルを表示 Open project: leezer3/OpenBVE Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

Checks whether this instance is equal to the specified object.

operator ( ) : bool

Checks whether two textures are equal.

Private Methods

Method Description
Texture ( Bitmap bitmap ) : System

Creates a new texture.

Texture ( Bitmap bitmap, OpenBveApi parameters ) : System

Creates a new texture.

Texture ( OpenBveApi texture ) : System

Creates a new texture.

Texture ( string path, OpenBveApi parameters ) : System

Creates a new texture.

Method Details

Equals() public method

Checks whether this instance is equal to the specified object.
public Equals ( object obj ) : bool
obj object The object.
return bool

operator() public static method

Checks whether two textures are equal.
public static operator ( ) : bool
return bool