Alexandria.Engines.Sciagi.Resources.PictureInstruction.SetControl.SetControl C# (CSharp) Метод

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

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

Same methods

PictureInstruction.SetControl::SetControl ( byte controlMapValue ) : System
PictureInstruction.SetControl