Property | Type | Description | |
---|---|---|---|
BaseDir | string | ||
DefaultLoader |
Method | Description | |
---|---|---|
DefaultRequestImage ( |
Requests an image to be loaded using the default image loader
|
|
ImageLoader ( int cacheSize, int memoryLimit ) : Foundation |
Creates a new instance of the image loader
|
|
Purge ( ) : void |
Purges the contents of the DefaultLoader
|
|
PurgeCache ( ) : void |
Purges the cache of this instance of the ImageLoader, releasing all the memory used by the images in the caches.
|
|
RequestImage ( |
Requests an image to be loaded from the network
|
Method | Description | |
---|---|---|
Download ( |
||
ImageLoader ( ) : Foundation | ||
NotifyImageListeners ( ) : void | ||
QueueRequest ( |
||
StartPicDownload ( |
||
_StartPicDownload ( |
||
hex ( int v ) : int | ||
md5 ( string input ) : string | ||
sizer ( UIKit.UIImage img ) : nint |
public static DefaultRequestImage ( |
||
uri | /// The URI for the image to load /// | |
notify | IImageUpdated | /// A class implementing the IImageUpdated interface that will be invoked when the image has been loaded /// |
return | UIKit.UIImage |
public ImageLoader ( int cacheSize, int memoryLimit ) : Foundation | ||
cacheSize | int | /// The maximum number of entries in the LRU cache /// |
memoryLimit | int | /// The maximum number of bytes to consume by the image loader cache. /// |
return | Foundation |
public RequestImage ( |
||
uri | /// The URI for the image to load /// | |
notify | IImageUpdated | /// A class implementing the IImageUpdated interface that will be invoked when the image has been loaded /// |
return | UIKit.UIImage |