'Declaration Public Function New( _
ByVal dataStorageThe data storage that stores the AnnotationViewCollection objects.As Vintasoft.Data.IDataStorage, _
ByVal annotationViewCollectionChanged annotation view collection.As Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection _
)
public AnnotationViewCollectionUndoAction(
Vintasoft.Data.IDataStorage dataStorage,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection annotationViewCollection
)
public: AnnotationViewCollectionUndoAction(
Vintasoft.Data.IDataStorage* dataStorage,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection* annotationViewCollection
)
public:
AnnotationViewCollectionUndoAction(
Vintasoft.Data.IDataStorage^ dataStorage,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection^ annotationViewCollection
)
Parameters
- dataStorage
- The data storage that stores the AnnotationViewCollection objects.
- annotationViewCollection
- Changed annotation view collection.