C# 클래스 Cubia.Texture

Represents a two-dimensional image loaded into the graphics device.
파일 보기 프로젝트 열기: dzamkov/MineViewer 1 사용 예제들

공개 메소드들

메소드 설명
Bind ( ) : void

Binds the texture for rendering.

Load ( string Name ) : Texture

Loads a texture by a name.

Texture ( Bitmap Source ) : System

비공개 메소드들

메소드 설명
_Load ( ) : void

Loads the texture into GL.

메소드 상세

Bind() 공개 메소드

Binds the texture for rendering.
public Bind ( ) : void
리턴 void

Load() 공개 정적인 메소드

Loads a texture by a name.
public static Load ( string Name ) : Texture
Name string
리턴 Texture

Texture() 공개 메소드

public Texture ( Bitmap Source ) : System
Source System.Drawing.Bitmap
리턴 System