If i insert a long text annotation and zoom in and out, the size of the annotation is not displayed proportional. The annotation is bigger than it should be. Is this a bug or a feature or do i have to write special code? Thanks in advance.
Code für insertion of the annotation:
...
iev1.MouseInteractVt:=[miPutText];
iev1.ObjKind[-1]:=iekText;
iev1.ObjTextAutoSize[-1]:=True;
iev1.ObjText[-1]:=AnsiString(longText);