Class ImageStream
Inheritance
System.Object
ImageStream
Implements
System.IDisposable
Namespace: MediaBrowser.Controller.Drawing
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class ImageStream : IDisposable
Properties
Format
Gets or sets the format.
Declaration
public ImageFormat Format { get; set; }
Property Value
Type | Description |
---|---|
ImageFormat | The format. |
Stream
Gets or sets the stream.
Declaration
public Stream Stream { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Stream | The stream. |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable