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

Draw patterns.
Inheritance: PictureInstruction
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
DrawPatterns ( PictureOpcode opcode, PicturePatternFlags patternFlags, List drawLocations ) : System

Initialise the instruction.

DrawPatterns ( PictureOpcode opcode, Stream stream, PicturePatternFlags patternFlags, byte &patternNumber ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction by drawing the patterns.

Private Methods

Méthode Description
ReadPositions ( Stream stream, PictureOpcode opcode, PicturePatternFlags patternFlags, byte &patternNumber ) : List

Method Details

DrawPatterns() public méthode

Initialise the instruction.
public DrawPatterns ( PictureOpcode opcode, PicturePatternFlags patternFlags, List drawLocations ) : System
opcode PictureOpcode
patternFlags PicturePatternFlags
drawLocations List
Résultat System

DrawPatterns() public méthode

Initialise the instruction.
public DrawPatterns ( PictureOpcode opcode, Stream stream, PicturePatternFlags patternFlags, byte &patternNumber ) : System
opcode PictureOpcode
stream Stream
patternFlags PicturePatternFlags
patternNumber byte
Résultat System

Render() public méthode

Render the instruction by drawing the patterns.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
Résultat void