StreamSource
Class StreamSource
Namespace: Imagise.Core.Creator.Source
Assembly: Imagise.Core.Creator.dll
public sealed class StreamSource : Source
Inheritance
object ← Source ← StreamSource
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
StreamSource()
public StreamSource()
StreamSource(Stream)
public StreamSource(Stream stream)
Parameters
stream
Stream
StreamSource(Stream, bool)
public StreamSource(Stream stream, bool disposeStream)
Parameters
stream
Stream
disposeStream
bool
Properties
Stream
public Stream Stream { get; }