Alexandria.Engines.Sciagi.Resources.PictureRenderer.Render C# (CSharp) Метод

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

Draw the instructions.
public Render ( ICollection instructions ) : void
instructions ICollection
Результат void
        public void Render(ICollection<PictureInstruction> instructions)
        {
            if (instructions == null)
                throw new ArgumentNullException("instructions");
            Render(instructions, instructions.Count);
        }

Same methods

PictureRenderer::Render ( IEnumerable instructions, int count ) : void