Метод | Описание | |
---|---|---|
AddCacheImage ( string url, Image img ) : void | ||
ImageCacheSystem ( ) : System | ||
TryGetCacheImage ( string url, Image &img ) : bool |
public AddCacheImage ( string url, Image img ) : void | ||
url | string | |
img | Image | |
Результат | void |
public TryGetCacheImage ( string url, Image &img ) : bool | ||
url | string | |
img | Image | |
Результат | bool |