C# Класс Alexandria.Engines.Sciagi.Resources.PictureInstruction.DrawLines

Draw a line strip.
Наследование: PictureInstruction
Показать файл Открыть проект

Открытые методы

Метод Описание
DrawLines ( PictureOpcode opcode, Stream stream ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction by drawing the line strip.

Описание методов

DrawLines() публичный метод

Initialise the instruction.
public DrawLines ( PictureOpcode opcode, Stream stream ) : System
opcode PictureOpcode
stream Stream
Результат System

Render() публичный метод

Render the instruction by drawing the line strip.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
Результат void