Esempio n. 1
0
        public override void Decode()
        {
            Properties = new List <ShapeProperty>();

            for (int index = 0; index + 6 <= Data.Length; index += 6)
            {
                Properties.Add(ShapeProperty.Decode(Data, index));
            }
        }