Declaration ​
pascal
TCustomImage32 = class(TCustomPaintBox32, IUpdateRectNotification, ILayerListNotification);Description ​
TCustomImage32 extends TCustomPaintBox32 with comprehensive 32-bit bitmap displaying capabilities. It manages a TBitmap32 instance (Bitmap), a TLayerCollection (Layers), customizable PaintStages, background decoration options (Background), interactive mouse panning (MousePan), and wheel zooming (MouseZoom).
Implements
| Interface | Description |
|---|---|
IUpdateRectNotification | Receives area update invalidation notifications. |
ILayerListNotification | Receives layer collection state change notifications. |