Hi,
I am coding a custom annotation> The goal is to draw a line with some text at the end. I got to the point where the line and the text are visible after inserting the annotation. But when I moving the annotation it don't re-draw correctly.
The Data class Inherits Atalasoft.Annotate.LineData
The engine Inherits LineRenderingEngine
The Annotation Inherits Atalasoft.Annotate.UI.LineAnnotation
I already overrided Public Overrides Function GetRegion , It did not help.
Any ideas,
Thanks,
Roberto