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

StreamWrapper.Clone Method

Creates a new stream object with its own seek pointer that references the same bytes as the original stream.

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

Syntax

Visual Basic
Public Overridable Sub Clone ( _
	ByRef ppstm As IStream _
)
C#
public virtual void Clone(
	ref IStream ppstm
)

Parameters

ppstm

Type: System.Runtime.InteropServices.ComTypes.IStream %

On successful return, contains the new stream object.

Remarks

For more information, please see the existing documentation for IStream::Clone in the MSDN library.

See Also

Reference