TImageEnVect.ObjEnableFastDrawing
Declaration
property ObjEnableFastDrawing: boolean;
Description
When true, moving objects or doing other visual operation disables antialiasing and shadows.
If you have a fast machine, disable this property to increase user graphical experience.
Default: True
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of ObjEnableFastDrawing, use:
TImageEnView.LayersFastDrawing
ImageEnView1.LayersFastDrawing := iefFast;