Declaration
TIEViewChangeEvent = procedure(Sender: TObject; Change: integer) of object;
Description
TImageEnView:
| Change | Event |
| IEVIEW_CHANGE_XY (0) | Modification of ViewX or ViewY by mouse wheel or gesture |
| IEVIEW_CHANGE_ZOOM (1) | Modification of Zoom by mouse wheel or gesture |
| IEVIEW_CHANGE_BW (3) | Modification of BlackValue or WhiteValue by mouse |
TImageEnMView:
| Change | Event |
| IEVIEW_CHANGE_XY (0) | Modification of ViewX or ViewY by mouse wheel or gesture |
| IEVIEW_CHANGE_ZOOM (1) | Modification of Zoom by mouse wheel or gesture |
| IEVIEW_CHANGE_STYLE (2) | Modification of Style by mouse wheel |
Note: Zoom may also modify ViewX/Y.