C# 클래스 CSharpGL.ByteImageFiller

상속: ImageFiller
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL

공개 메소드들

메소드 설명
ByteImageFiller ( byte content, int width )

build texture's content with Bitmap.

Fill ( ) : void

build texture's content with Bitmap.

메소드 상세

ByteImageFiller() 공개 메소드

build texture's content with Bitmap.
public ByteImageFiller ( byte content, int width )
content byte
width int

Fill() 공개 메소드

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