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

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

Public Methods

Method Description
Mono123 ( Stream stream, PictureExtendedOpcode opcode ) : System

Read the instruction.

Render ( PictureRenderer renderer ) : void

Does nothing.

Method Details

Mono123() public method

Read the instruction.
public Mono123 ( Stream stream, PictureExtendedOpcode opcode ) : System
stream Stream
opcode PictureExtendedOpcode
return System

Render() public method

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