C# Class CustomChrome.ImageCacheManager

Inheritance: IDisposable
Exibir arquivo Open project: pvginkel/CustomChrome Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetCached ( Color color ) : ImageCache
ImageCacheManager ( ) : System
ImageCacheManager ( int maxCached ) : System

Private Methods

Method Description
TrimQueue ( int maxCached ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetCached() public method

public GetCached ( Color color ) : ImageCache
color Color
return ImageCache

ImageCacheManager() public method

public ImageCacheManager ( ) : System
return System

ImageCacheManager() public method

public ImageCacheManager ( int maxCached ) : System
maxCached int
return System