Alexandria.Engines.Sciagi.Resources.PictureInstruction.SetControl.SetControl C# (CSharp) Méthode

SetControl() public méthode

Read the instruction from the stream.
public SetControl ( Stream stream ) : System
stream Stream
Résultat System
            public SetControl(Stream stream)
                : this(ReadByte(stream))
            {
            }

Same methods

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