Click or drag to resize

MemoryPressureMode Enumeration

The memory pressure modes for internal bitmap images.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public enum MemoryPressureMode
Members
  Member nameValueDescription
Enable0 Increase memory pressure for bitmap images. This triggers the garbage collector very often and can cause stuttering when a large amount of managed memory is allocated.
Disable1 Disable the incrementation of memory pressure for BitmapImages
Automatic2 Disable memory pressure when running as 64-bi and enable it when running in a 32-Bit process.
See Also