VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / ImageCollectionUndoManagersDispatcher Class / ImageCollectionUndoManagersDispatcher Constructor(CompositeUndoManager,ImageCollection)
Syntax Exceptions Requirements SeeAlso
In This Topic
ImageCollectionUndoManagersDispatcher Constructor(CompositeUndoManager,ImageCollection)
In This Topic
Initializes a new instance of the ImageCollectionUndoManagersDispatcher class.
Syntax
'Declaration

Public Function New( _
ByVal undoManager
The undo manager.
As CompositeUndoManager, _
ByVal imageCollection
The image collection.
As Vintasoft.Imaging.ImageCollection _
)
public ImageCollectionUndoManagersDispatcher(
CompositeUndoManager undoManager,
Vintasoft.Imaging.ImageCollection imageCollection
)

Parameters

undoManager
The undo manager.
imageCollection
The image collection.
Exceptions
ExceptionDescription
Thrown if undoManager or imageCollection is null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also