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

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

Initialise the instruction.
public DrawCel ( PictureCel cel ) : System
cel PictureCel
Результат System
            public DrawCel(PictureCel cel)
                : base(PictureExtendedOpcode.DrawCel)
            {
                if (cel == null)
                    throw new ArgumentNullException("cel");
                Cel = cel;
            }
PictureInstruction.DrawCel