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

Stop processing; end of the picture.
Inheritance: PictureInstruction
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
Quit ( ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction; this does nothing.

Method Details

Quit() public méthode

Initialise the instruction.
public Quit ( ) : System
Résultat System

Render() public méthode

Render the instruction; this does nothing.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
Résultat void