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

StreamWrapper.Commit Method

Ensures that any changes made to a stream object open in transacted mode are reflected in the parent storage.

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

Syntax

Visual Basic
Public Overridable Sub Commit ( _
	grfCommitFlags As Integer _
)
C#
public virtual void Commit(
	int grfCommitFlags
)

Parameters

grfCommitFlags

Type: System.Int32

Controls how the changes for the stream object are committed.

Remarks

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

See Also

Reference