C# Class CSharpGL.ByteImageFiller

Inheritance: ImageFiller
Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

Méthode Description
ByteImageFiller ( byte content, int width )

build texture's content with Bitmap.

Fill ( ) : void

build texture's content with Bitmap.

Method Details

ByteImageFiller() public méthode

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

Fill() public méthode

build texture's content with Bitmap.
public Fill ( ) : void
Résultat void