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

Stop processing; end of the picture.
Inheritance: PictureInstruction
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Quit ( ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction; this does nothing.

Method Details

Quit() public method

Initialise the instruction.
public Quit ( ) : System
return System

Render() public method

Render the instruction; this does nothing.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
return void