Click or drag to resize

PixelMemoryTrackerMemory Property

Returns a singleton object used for tracking memory.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static PixelMemoryTracker Memory { get; }

Property Value

Type: PixelMemoryTracker
Remarks
There is only one PixelMemoryTracker object used for tracking memory across a single .NET application. All operations on this object are thread-safe.
See Also