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

Set the control value to write and enable writing to control.
Наследование: PictureInstruction
Показать файл Открыть проект

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

Метод Описание
Render ( PictureRenderer renderer ) : void

Render the instruction by setting the control colour and enabling the control map.

SetControl ( Stream stream ) : System

Read the instruction from the stream.

SetControl ( byte controlMapValue ) : System

Initialise the instruction.

Описание методов

Render() публичный Метод

Render the instruction by setting the control colour and enabling the control map.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
Результат void

SetControl() публичный Метод

Read the instruction from the stream.
public SetControl ( Stream stream ) : System
stream Stream
Результат System

SetControl() публичный Метод

Initialise the instruction.
public SetControl ( byte controlMapValue ) : System
controlMapValue byte
Результат System