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

Used by monochrome rendering, unknown.
Inheritance: PictureInstruction
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Mono0 ( Stream stream ) : System

Read the instruction.

Render ( PictureRenderer renderer ) : void

Does nothing.

Method Details

Mono0() public method

Read the instruction.
public Mono0 ( Stream stream ) : System
stream Stream
return System

Render() public method

Does nothing.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
return void