property OnPaintStage: TPaintStageEvent;
type TPaintStageEvent = procedure(Sender: TObject; Dest: TBitmap32; StageNum: Cardinal) of object;
An event, called by the control while it repaints itself. By default, TCustomImage32 does not generate OnPaintStage events, but this can be changed by adding PST_CUSTOM paint stages.
In the event handler, do not paint to Buffer directly, use the passed Dest parameter instead.
Paint Stages, TBitmap32, TCustomImage32, TCustomPaintBox32.Buffer
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024