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-
PixelFormatSee Also
-
Modified