C# Класс Alexandria.Engines.Sciagi.Resources.PictureInstruction.DrawCel

A synthetic instruction to draw a PictureCel.
Наследование: PictureInstruction
Показать файл Открыть проект

Открытые методы

Метод Описание
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