C# 클래스 Sharpex2D.Rendering.OpenGL.OpenGLTexture

상속: ITexture
파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Bind void
OpenGLTexture System.Collections.Generic
Unbind void

공개 메소드들

메소드 설명
Lock ( ) : void

Locks the texture.

Unlock ( ) : void

Unlocks the data.

this ( int x, int y ) : Color

Gets or sets the color of the specified texel.

비공개 메소드들

메소드 설명
Bind ( ) : void

Binds the current texture.

OpenGLTexture ( Bitmap bitmap ) : System.Collections.Generic

Initializes a new OpenGLTexture class.

Unbind ( ) : void

Unbinds the texture.

메소드 상세

Lock() 공개 메소드

Locks the texture.
public Lock ( ) : void
리턴 void

Unlock() 공개 메소드

Unlocks the data.
public Unlock ( ) : void
리턴 void

this() 공개 메소드

Gets or sets the color of the specified texel.
public this ( int x, int y ) : Color
x int The x offset.
y int The y offset.
리턴 System.Drawing.Color