Exemplo n.º 1
0
 private void WriteEndChunk()
 {
     PngChunkIEND c = new PngChunkIEND ( ImgInfo );
     c.CreateRawChunk ().WriteChunk ( outputStream );
 }
Exemplo n.º 2
0
        private void WriteEndChunk()
        {
            PngChunkIEND c = new PngChunkIEND(ImgInfo);

            c.CreateRawChunk().WriteChunk(outputStream);
        }