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

A synthetic instruction to draw a PictureCel.
상속: PictureInstruction
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
DrawCel ( PictureCel cel ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Draw the cel.

메소드 상세

DrawCel() 공개 메소드

Initialise the instruction.
public DrawCel ( PictureCel cel ) : System
cel PictureCel
리턴 System

Render() 공개 메소드

Draw the cel.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
리턴 void