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

Draw a line strip.
Inheritance: PictureInstruction
Show file Open project: Burton-Radons/Alexandria

Public Methods

Method 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 method

Initialise the instruction.
public DrawLines ( PictureOpcode opcode, Stream stream ) : System
opcode PictureOpcode
stream Stream
return System

Render() public method

Render the instruction by drawing the line strip.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
return void