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

Used by monochrome rendering; unknown.
상속: PictureInstruction
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Mono123 ( Stream stream, PictureExtendedOpcode opcode ) : System

Read the instruction.

Render ( PictureRenderer renderer ) : void

Does nothing.

메소드 상세

Mono123() 공개 메소드

Read the instruction.
public Mono123 ( Stream stream, PictureExtendedOpcode opcode ) : System
stream Stream
opcode PictureExtendedOpcode
리턴 System

Render() 공개 메소드

Does nothing.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
리턴 void