C# Class AlbLib.Imaging.GraphicPlane

Inheritance: IRenderable
Afficher le fichier Open project: IllidanS4/AlbLib Class Usage Examples

Méthodes publiques

Méthode Description
Bake ( ) : void

Inserts all objects into background.

GraphicPlane ( ) : System

Creates empty graphic plane.

GraphicPlane ( int width, int height ) : System

Creates graphic plane with predefined background.

Render ( ) : Image

Draws plane to bitmap.

Render ( RenderOptions options ) : Image

Draws plane to bitmap using other palette.

Render ( byte palette ) : Image

Draws plane to bitmap using other palette.

Render ( byte palette, RenderOptions options ) : Image

Draws plane to bitmap using palette and render options.

Private Methods

Méthode Description
ApplyBake ( byte tobake ) : void
GetBaked ( ) : byte[]

Method Details

Bake() public méthode

Inserts all objects into background.
public Bake ( ) : void
Résultat void

GraphicPlane() public méthode

Creates empty graphic plane.
public GraphicPlane ( ) : System
Résultat System

GraphicPlane() public méthode

Creates graphic plane with predefined background.
public GraphicPlane ( int width, int height ) : System
width int /// Width of graphic plane. ///
height int /// Height of graphic plane. ///
Résultat System

Render() public méthode

Draws plane to bitmap.
public Render ( ) : Image
Résultat Image

Render() public méthode

Draws plane to bitmap using other palette.
public Render ( RenderOptions options ) : Image
options RenderOptions
Résultat Image

Render() public méthode

Draws plane to bitmap using other palette.
public Render ( byte palette ) : Image
palette byte
Résultat Image

Render() public méthode

Draws plane to bitmap using palette and render options.
public Render ( byte palette, RenderOptions options ) : Image
palette byte
options RenderOptions
Résultat Image