Hi, I need some new type of annotation, for example, TriangleAnnotation or HexagonalAnnotation. I would rather derive the new type from AnnotationBase than from CustomAnnotation, because I need more control points than one. what shall I do?
- wang siyuan asked 9 years ago
- You must login to post comments
Hi there,
The best thing to do is to inherit or use a BoxAnnotation and change the template. We have an example here:
https://www.scichart.com/questions/question/resizing-a-custom-annotation
This will give you control points at all four corners.
Let me know if this helps!
Best regards,
Andrew
- Andrew Burnett-Thompson answered 9 years ago
- I try it as you suggested, it works. Thank you so much
- You must login to post comments
Thank you for the quick reply. Let me try it.
- wang siyuan answered 9 years ago
- You must login to post comments
Please login first to submit.