TacticalVisualizerParameters.CacheAsBitmap Property
Gets or sets a value that determines whether symbols that can be are cached as bitmaps.
Syntax
public System.Boolean CacheAsBitmap { get; set; }
Property Value
Default: true
True to cache symbols as bitmaps; otherwise, False.
Remarks
The value of this property has a large impact on performance and it should usually be set to True.
If the symbol contains for instance a text field that changes frequently, you probably should set this property to False, since the bitmap would have to be regenerated every time the text changes. You would also quickly increase the size of the cache and use a lot of extra memory. The cache used for these bitmaps is separate from the global memory cache.
Only point symbols can be cached as bitmaps. This property has no effect on lines, polygons or other more complex symbols. Also, this property has no meaning in a TacticalSymbol because it will cache all symbols it generates as bitmaps.
Platforms
Windows, Linux, Android