T O P I C R E V I E W |
yogiyang |
Posted - Sep 23 2016 : 10:42:31 Hello,
This is a very simple (or rather stupid) question but I would like to know whenever anything changes in ImageEn's contents which event is fired.
I short I want to know as to which even is guaranteed to fire whenever any thing happens in ImageEn/ImageEnVect be Adding Layer, Loading File, filling color, Adding vector objects, saving file, setting alpha, anything....
Currently I am using OnImageChange.
TIA
Yogi Yang |
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Sep 23 2016 : 11:36:58 Well, the events that are called the most are OnImageChange (whenever the image is modified):
http://www.imageen.com/help/TImageEnView.OnImageChange.html
And OnViewChange (whenever zooming, scrolling, etc):
http://www.imageen.com/help/TImageEnView.OnViewChange.html
But this may not capture TImageEnVect changes such as adding and moving objects. For that, see:
http://www.imageen.com/help/TImageEnVect.OnVectorialChanged.html
Nigel Xequte Software www.xequte.com nigel@xequte.com |
|
|