C# Класс OpenBve.Textures.Texture

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( object obj ) : bool

Checks whether this instance is equal to the specified object.

operator ( ) : bool

Checks whether two textures are equal.

Приватные методы

Метод Описание
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.

Описание методов

Equals() публичный метод

Checks whether this instance is equal to the specified object.
public Equals ( object obj ) : bool
obj object The object.
Результат bool

operator() публичный статический метод

Checks whether two textures are equal.
public static operator ( ) : bool
Результат bool