Interface
IRadImageSourceLoader

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

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public interface IRadImageSourceLoader

Methods

LoadImageAsync(IImageSource)

Loads a platform image asynchronously from the specified IImageSource.

Declaration

cs-api-definition
Task<Drawable> LoadImageAsync(IImageSource imageSource)

Parameters

imageSource

IImageSource

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