C# 클래스 CSharpGL.BitmapFiller

build texture's content with Bitmap.
상속: ImageFiller
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
BitmapFiller ( System bitmap, int maxLevel, uint internalformat, int border, uint format, uint type, bool target2d = true ) : System

build texture's content with Bitmap.

Fill ( ) : void

build texture's content with Bitmap.

메소드 상세

BitmapFiller() 공개 메소드

build texture's content with Bitmap.
public BitmapFiller ( System bitmap, int maxLevel, uint internalformat, int border, uint format, uint type, bool target2d = true ) : System
bitmap System
maxLevel int 0 as default.
internalformat uint OpenGL.GL_RGBA etc.
border int max level.
format uint OpenGL.GL_BGRA etc.
type uint OpenGL.GL_UNSIGNED_BYTE etc.
target2d bool true for 2D; false for 1D.
리턴 System

Fill() 공개 메소드

build texture's content with Bitmap.
public Fill ( ) : void
리턴 void