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
 Detect change of TImageEnView.IEBitmap dimensions?

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
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