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

StreamWrapper.Revert Method

Discards all changes that have been made to a transacted stream since the last Commit(Int32) call.

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

Syntax

Visual Basic
Public Overridable Sub Revert
C#
public virtual void Revert()

Implements

IStream.Revert()

Remarks

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

See Also

Reference