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

Draw a line strip.
Inheritance: PictureInstruction
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
DrawLines ( PictureOpcode opcode, Stream stream ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction by drawing the line strip.

Method Details

DrawLines() public méthode

Initialise the instruction.
public DrawLines ( PictureOpcode opcode, Stream stream ) : System
opcode PictureOpcode
stream Stream
Résultat System

Render() public méthode

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