New to Telerik UI for .NET MAUIStart a free 30-day trial

Provides a mechanism for loading a platform image from an IImageSource.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public interface IRadImageSourceLoader

Methods

Loads a platform image asynchronously from the specified IImageSource.

C#
Task<Drawable> LoadImageAsync(IImageSource imageSource)
Parameters:imageSourceIImageSource

The IImageSource to load the image from.

Returns:

Task<Drawable>

A Task<TResult> that provides the platform image asynchronously.

In this article
DefinitionMethodsLoadImageAsync(IImageSource)
Not finding the help you need?
Contact Support