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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic 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