'Declaration Public Function New( _
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.Imaging.Annotation.UI.AnnotationViewCollection annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView annotationView,
System.Object actionSource
)
public: AnnotationViewUndoAction(
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection* annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView* annotationView,
System.Object actionSource
)
public:
AnnotationViewUndoAction(
Vintasoft.Imaging.Annotation.UI.AnnotationViewCollection^ annotationViewCollection,
Vintasoft.Imaging.Annotation.UI.AnnotationView^ annotationView,
System.Object actionSource
)
Parameters
- annotationViewCollection
- Annotation view collection that stores the annotation.
- annotationView
- Annotation view.
- actionSource
- Action source.