ImageEn, unit iexBitmaps

TIEBitmap.OnChanged

TIEBitmap.OnChanged


Declaration

property OnChanged: TNotifyEvent;


Description

Occurs whenever the TIEBitmap is modified, e.g. Rotate, Flip, Resample or any method of TImageEnProc.
Also occurs after loading content.

OnChanged does not occur for changes to:
 Canvas
 IECanvas
 ScanLine
 Pixels
 PixelFormat


See Also

 Modified