C# 클래스 OpenBve.Textures.Texture

파일 보기 프로젝트 열기: leezer3/OpenBVE 1 사용 예제들

공개 메소드들

메소드 설명
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