Home
|
GR32_Image
|
|
type TPaintStage = record
DsgnTime: Boolean;
RunTime: Boolean;
Stage: Cardinal; // a PST_* constant
Parameter: Cardinal; // an optional parameter
end;
type PPaintStage = ^TPaintStage;
Defines a drawing stage in TCustomImage32.
DsgnTime indicates that the stage must be executed at design-time;
RunTime indicates that the stage must be executed at run-time;
Stage is one of the Paint Stage Constants, which specifies the stage action;
Parameter is an optional parameter used in some paint stages.
Paint Stage Constants, Paint Stages, TCustomImage32.PaintStages, Repaint Optimization, TCustomImage32
Copyright ©2000-2010 Alex Denisov and the Graphics32 Team - Graphics32 v1.9.0 (r1336) - Build on 9-March-2010