'Declaration Public Function AddAnnotation( _
ByVal annotationThe annotation that should be added to this manager.As Vintasoft.Imaging.Annotation.AnnotationData _
) As Vintasoft.Imaging.Annotation.AnnotationData
public Vintasoft.Imaging.Annotation.AnnotationData AddAnnotation(
Vintasoft.Imaging.Annotation.AnnotationData annotation
)
public: Vintasoft.Imaging.Annotation.AnnotationData* AddAnnotation(
Vintasoft.Imaging.Annotation.AnnotationData* annotation
)
public:
Vintasoft.Imaging.Annotation.AnnotationData^ AddAnnotation(
Vintasoft.Imaging.Annotation.AnnotationData^ annotation
)
Parameters
- annotation
- The annotation that should be added to this manager.
Return Value
The source annotation.