Ejemplo n.º 1
0
        public override void CloneDataFromRead(PngChunk other)
        {
            PngChunkPLTE otherx = (PngChunkPLTE)other;

            this.SetNentries(otherx.GetNentries());
            System.Array.Copy((Array)(otherx.entries), 0, (Array)(entries), 0, nentries);
        }