This documentation is for the old version. Go to the latest Graphics Mill docs

StreamWrapper Class

This class represents the wrapper of the Stream class which exposes IStream interface used in COM (UCOMIStream interface).

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Class StreamWrapper _
	Implements IStream
C#
public class StreamWrapper : IStream

Remarks

This class is used by Graphics Mill for .NET and typically you need not use it directly.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.StreamWrapper

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference