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

Used by monochrome rendering; unknown.
Inheritance: PictureInstruction
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
Mono123 ( Stream stream, PictureExtendedOpcode opcode ) : System

Read the instruction.

Render ( PictureRenderer renderer ) : void

Does nothing.

Method Details

Mono123() public méthode

Read the instruction.
public Mono123 ( Stream stream, PictureExtendedOpcode opcode ) : System
stream Stream
opcode PictureExtendedOpcode
Résultat System

Render() public méthode

Does nothing.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
Résultat void