Composition makes it possible to draw layered graphics where you can control the look of each layer, which depends on the look of its underlying layer.
More...
Composition makes it possible to draw layered graphics where you can control the look of each layer, which depends on the look of its underlying layer.
◆ CachingMode
Caching modes for nodes.
Enumerator |
---|
CachingModeDisabled | Caching disabled.
|
CachingModeEnabled | Caching enabled.
|
CachingModeAutomatic | Automatic caching.
Kanzi invalidates the cache automatically when the node or its descendants change.
|