ImageEn, unit iesettings

TIEGlobalSettings.LayerCacheMethods

TIEGlobalSettings.LayerCacheMethods


Declaration

property LayerCacheMethods: TIELayerCacheMethods;


Description

Specify which features and disabled when LayersCaching is enabled.

Value Description
iecmImageLayerRendering Cache the render of each image layer (at display size)
iecmImageLayerContent Cache the content of image layers that have applied effects (full size)
iecmOtherLayerRendering Cache the render of each non-image layer (at display size)
iecmOtherLayerContent Cache the content of non-image layers (full size)

Default: [iecmImageLayerRendering, iecmImageLayerContent, iecmOtherLayerRendering, iecmOtherLayerContent]