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