C# Class CSharpGL.ByteImageFiller

Inheritance: ImageFiller
Show file Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
ByteImageFiller ( byte content, int width )

build texture's content with Bitmap.

Fill ( ) : void

build texture's content with Bitmap.

Method Details

ByteImageFiller() public method

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

Fill() public method

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