Click or drag to resize

ResidentPixelMemoryDisposeUnmanagedResources Method

Disposes the memory used by this object.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override void DisposeUnmanagedResources()
Remarks
Subclasses of ResidentPixelMemory do not need to be concerned with tracking memory through PixelMemoryTracker if it is allocated in a single block. DisposeUnmanagedResources automatically tracks it.
See Also