TCustomImage32.OnGDIOverlay

property OnGDIOverlay: TNotifyEvent;

Description

[ Note: Most likely this event will be removed in future versions. Do not use it ]

This event is called after the image has been combined with layers in the back-buffer and copied to the screen. In the event handler you can provide additional drawing using the standard Canvas of the control.

Drawing at this stage will not affect the contents of the back-buffer.

See Also

Paint Stages, OnPaintStage