|
MemoryManagerMaxSizeToCache Property
|
Maximum memory block's size in bytes, which could be cached.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public static int MaxSizeToCache { get; set; }
Public Shared Property MaxSizeToCache As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks Memory blocks, which size is greater than this value, are not cached.
See Also