Interface IAnnotationService

IAnnotationService interface

public interface IAnnotationService

Methods

NameDescription
AddAnnotation(AnnotationEntity)Adds the annotation.
DeleteAnnotation(AnnotationEntity)Deletes the annotation.
GetAnnotations()Gets the annotations.
Init(Image)Initialize annotation service with image to process
RefreshAnnotations()Refreshes the annotation positions.

See Also