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

Stop processing; end of the picture.
상속: PictureInstruction
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Quit ( ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction; this does nothing.

메소드 상세

Quit() 공개 메소드

Initialise the instruction.
public Quit ( ) : System
리턴 System

Render() 공개 메소드

Render the instruction; this does nothing.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
리턴 void