Click or drag to resize
Accord.NET (logo)

IImageDecoderClose Method

Close decoding of previously opened stream.

Namespace:  Accord.Imaging.Formats
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
void Close()
Request Example View Source
Remarks

Implementations of this method don't close stream itself, but just close decoding cleaning all associated data with it.

See Also