T O P I C R E V I E W |
zrygo |
Posted - Jul 30 2012 : 17:57:05 Hey guys,here are my questions:
I want to create some highlight area with different color on the picture by using rectangle, and mark their position(X,Y,W,H).
Now I want to locate one of these highlight area according to some conditions.How can I do that?
Thanks |
4 L A T E S T R E P L I E S (Newest First) |
zrygo |
Posted - Aug 05 2012 : 17:41:57 Thanks,get it. |
xequte |
Posted - Jul 31 2012 : 21:01:44 Hi
You can make selections using the Select command:
http://www.imageen.com/help/TImageEnView.Select.html
You can read it using SelectedRect:
http://www.imageen.com/help/TImageEnView.SelectedRect.html
Selections can also be loaded/saved to file:
http://www.imageen.com/help/TImageEnView.SaveSelectionToFile.html
Nigel Xequte Software www.xequte.com nigel@xequte.com |
zrygo |
Posted - Jul 31 2012 : 17:42:22 probably yes,, and I want to save these multiple selections on the picture, so that I can still see what I selected when reopening the picture, can I do that? |
xequte |
Posted - Jul 31 2012 : 03:05:11 Sorry, to clarify, you want to make multiple selections upon a TImageEnView?
Nigel Xequte Software www.xequte.com nigel@xequte.com
|