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;
        }