Creates new instance of the StreamWrapper and initializes it by the Stream object.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ stream As Stream _ )
public StreamWrapper( Stream stream )
Type: System.IO.Stream
The Stream object which you need to wrap.Create this class whenever you need to pass .NET Stream class instance to some method of a COM object which accepts IStream interface.