C# 클래스 Alexandria.Engines.Sciagi.Resources.PictureInstruction.DrawLines

Draw a line strip.
상속: PictureInstruction
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
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