Click or drag to resize

PixelMemoryTrackerMemoryInUse Property

Indicates the total amount of memory in use by AtalaImage objects.

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 long MemoryInUse { get; }

Property Value

Type: Int64
Remarks
Some images include memory which is not used for visual parts of the image. This memory should also be included in the total bytes.
See Also