ImageLoader(Int32, Int32) Constructor

Definition

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.

Applies to