| T O P I C    R E V I E W | 
              
                | PeterPanino | Posted - Nov 03 2022 : 18:10:28 In TImageEnView, is there an event handler to detect explicitly a change of the dimensions of the TImageEnView.IEBitmap? I.e., whenever TImageEnView.IEBitmap_Width or TImageEnView.IEBitmap_Height changes, then this event is triggered.
 | 
              
                | 3   L A T E S T    R E P L I E S    (Newest First) | 
              
                | xequte | Posted - Nov 06 2022 : 18:54:04 Hi Peter
 
 You can assign the TImageEnView.IEBitmap.OnChanged event if you need to capture that:
 
 https://www.imageen.com/help/IEBitmap.OnChanged.html
 
 Nigel
 Xequte Software
 www.imageen.com
 
 | 
              
                | PeterPanino | Posted - Nov 04 2022 : 02:28:54 Hi Nigel
 
 Thank you for the information. However, a change in the image dimensions could have different causes, not only a TImageEnProc operation. It would be most helpful to be able to react to image dimension changes. Could you implement this vital information event?
 | 
              
                | xequte | Posted - Nov 03 2022 : 22:48:02 Hi Peter
 
 No, but if it is caused by a TImageEnProc operation then OnImageChange will occur.
 
 https://www.imageen.com/help/TImageEnView.OnImageChange.html
 
 
 Nigel
 Xequte Software
 www.imageen.com
 
 |