T O P I C R E V I E W |
cbc70037 |
Posted - Feb 10 2022 : 22:40:01 Is this supported?
If not, would you be able to provide the code to produce the same highlight as achieved by using the IEObjectBox.Highlight property? I have the need to show certain IEMulti images as highlighted, and I'd like to have it match the use of highlighted box objects within IEViewer.
Thanks.
-C |
2 L A T E S T R E P L I E S (Newest First) |
cbc70037 |
Posted - Feb 12 2022 : 16:11:07 Thank you. I should have mentioned that this is IEvolution, and I did not find a similar property. However I was able to achieve the desired yellow highlight effect with:
image.Colorize(60, 99, 1);
Thanks.
-C |
xequte |
Posted - Feb 12 2022 : 00:20:47 Hi
You can show any annotations that have been added to images, enable AnnotationsVisible:
https://www.imageen.com/help/TImageEnMView.AnnotationsVisible.html
If you are just looking to highlight an area of a TImageEnMView, use one of the custom draw events.
Nigel Xequte Software www.imageen.com
|
|
|