Home | GR32_Image | TCustomImage32 |
TCustomImage32.OnPaintStage
property OnPaintStage: TPaintStageEvent;
type TPaintStageEvent = procedure(Sender: TObject; Dest: TBitmap32; StageNum: Cardinal) of object;
Description
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.
See Also
TCustomPaintBox32.Buffer, Paint Stages, TBitmap32, TCustomImage32
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007