ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Annotations within images in IEMulti's

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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