ImageSourceMemoryInUse Property |
Returns an estimate of the number of bytes of memory currently in use by images in this
ImageSource.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int MemoryInUse { get; set; }
Public Property MemoryInUse As Integer
Get
Set
Property Value
Type:
Int32 An integer representing an estimate of the number of bytes of memory currently in use by images in this
ImageSource.
See Also