C# Class Alexandria.Engines.Sciagi.Resources.PictureInstruction.DrawCel

A synthetic instruction to draw a PictureCel.
Inheritance: PictureInstruction
Datei anzeigen Open project: Burton-Radons/Alexandria

Public Methods

Method Description
DrawCel ( PictureCel cel ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Draw the cel.

Method Details

DrawCel() public method

Initialise the instruction.
public DrawCel ( PictureCel cel ) : System
cel PictureCel
return System

Render() public method

Draw the cel.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
return void