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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 [IEvolution] Annotation
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Jitheshk

India
2 Posts

Posted - Jun 12 2012 :  20:06:10  Show Profile  Reply
How can we draw and insert annotations by using the mouse or manually? I am not getting transparent rect to hilight an area of an image. Please help

fab

1310 Posts

Posted - Jun 12 2012 :  23:14:41  Show Profile  Reply
Please look at samples in "Annotations" folder.
Highlighting an area (as done in Annotations sample) is done with Box object and setting ObjBoxHighLight[]=true.
Go to Top of Page

Jitheshk

India
2 Posts

Posted - Jun 13 2012 :  05:03:47  Show Profile  Reply

Hi Thanks for the quick reply, I am using Vb6/.Net, I couldn't find the method Box heighlight, Is it possible to give me VB6 sample code and sample code for getting co-ordinations of a Zone?
Go to Top of Page

fab

1310 Posts

Posted - Jun 18 2012 :  01:24:30  Show Profile  Reply
Using IEvolution you have to write:

templatebox = (IEObjectBox)ieViewer1.Image.Annotations.GetTemplateObject(IEObjectType.Box);
templatebox.HighLight = true;

Above code will make next object an highlighted box.
For a demo please look at "annotations". Examples are only in C#.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: