AForge.Imaging.Formats.PNMCodec.Close C# (CSharp) Метод

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

Close decoding of previously opened stream.

The method does not close stream itself, but just closes decoding cleaning all associated data with it.

public Close ( ) : void
Результат void
        public void Close( )
        {
            stream    = null;
            imageInfo = null;
        }