VisualFlags
Description
Enumeration of flags for VisualCache.Get.
Public / Constants
Rasterize
Rasterize the visual, if necessary?
If this flag is omitted, the visual cache will return only return existing entries.
Background
Rasterization will be performed asynchronously in a background thread (if necessary), instead of in the calling thread.
- See also
NoCopy
When rasterization is performed in a background thread, no copy will be created with ICopyable.Copy and the calling code must ensure that the visual will not be modified during rasterization.
- See also