Interface IRadImageSourceLoader
Provides a mechanism for loading a platform image from an Microsoft.Maui.IImageSource.
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadImageSourceLoader
Methods
LoadImageAsync(IImageSource)
Loads a platform image asynchronously from the specified Microsoft.Maui.IImageSource.
Declaration
Task<Drawable> LoadImageAsync(IImageSource imageSource)
Parameters
Microsoft.Maui.IImageSource
imageSource
The Microsoft.Maui.IImageSource to load the image from. |
Returns
System.Threading.Tasks.Task<Android.Graphics.Drawables.Drawable>
A System.Threading.Tasks.Task<> that provides the platform image asynchronously. |