TCustomImage32.ExecClearBackgnd

procedure ExecClearBuffer(Dest: TBitmap32; Stage: Integer); virtual;

Description

Clears the visible area of the buffer with the color specified in the Color property of the control.

This method is called by the control when it executes PST_CLEAR_BACKGND paint stage.

See Also

Paint Stages, TBitmap32