C# Class OpenBve.Textures.Texture

Afficher le fichier Open project: leezer3/OpenBVE Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

operator() public static méthode

Checks whether two textures are equal.
public static operator ( ) : bool
Résultat bool