ImageLoader(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the image loader
public ImageLoader (int cacheSize, int memoryLimit);
new MonoTouch.Dialog.Utilities.ImageLoader : int * int -> MonoTouch.Dialog.Utilities.ImageLoader
Parameters
- cacheSize
- Int32
The maximum number of entries in the LRU cache
- memoryLimit
- Int32
The maximum number of bytes to consume by the image loader cache.