property RepaintMode: TRepaintMode;
type TRepaintMode = (rmFull, rmDirect, rmOptimizer);
This property controls the way repaints of the contents are handled by TCustomPaintBox32 and its descendants:
rmFull - indicates whether always to repaint everything;
rmDirect - indicates to use a direct repaint rather than a deferred invalidation. Please note, that this mode is not supported for layer supporting control like TCustomImage32 and its descendants;
rmOptimizer - indicates to use the repaint optimizer to just repaint changed areas. Especially layer operations benefit from this mode.
Repaint Optimization, TCustomImage32, TPaintBoxOptions
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024