IImageLoader
Loads remote images for
Image.- Kind: Interface
- Namespace: SkeleKit
Methods
LoadAsync
Loads the image at url, returning null on failure.
| Parameter | Summary |
|---|---|
string url | The image URL. |
CancellationToken cancellationToken | The token to observe while downloading. |
Returns