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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
ReadPositions ( Stream stream, PictureOpcode opcode, PicturePatternFlags patternFlags, byte &patternNumber ) : List

메소드 상세

DrawPatterns() 공개 메소드

Initialise the instruction.
public DrawPatterns ( PictureOpcode opcode, PicturePatternFlags patternFlags, List drawLocations ) : System
opcode PictureOpcode
patternFlags PicturePatternFlags
drawLocations List
리턴 System

DrawPatterns() 공개 메소드

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

Render() 공개 메소드

Render the instruction by drawing the patterns.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
리턴 void