'Declaration Public Function New( _
ByVal dataStorageThe data storage that stores the AnnotationView objects.As Vintasoft.Data.IDataStorage, _
ByVal annotationViewCollectionAnnotation view collection that stores the annotation.As Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection, _
ByVal annotationViewAnnotation view.As Vintasoft.Imaging.Annotation.UI.AnnotationView, _
ByVal actionSourceAction source.As System.Object _
)
public AnnotationViewUndoAction(
Vintasoft.Data.IDataStorage dataStorage,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView annotationView,
System.Object actionSource
)
public: AnnotationViewUndoAction(
Vintasoft.Data.IDataStorage* dataStorage,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection* annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView* annotationView,
System.Object actionSource
)
public:
AnnotationViewUndoAction(
Vintasoft.Data.IDataStorage^ dataStorage,
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection^ annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView^ annotationView,
System.Object actionSource
)
Parameters
- dataStorage
- The data storage that stores the AnnotationView objects.
- annotationViewCollection
- Annotation view collection that stores the annotation.
- annotationView
- Annotation view.
- actionSource
- Action source.