UriImageSourceService Class

Definition

public ref class UriImageSourceService : Microsoft::Maui::ImageSourceService, Microsoft::Maui::IImageSourceService<Microsoft::Maui::IUriImageSource ^>
public class UriImageSourceService : Microsoft.Maui.ImageSourceService, Microsoft.Maui.IImageSourceService<Microsoft.Maui.IUriImageSource>
type UriImageSourceService = class
    inherit ImageSourceService
    interface IImageSourceService<IUriImageSource>
    interface IImageSourceService
Public Class UriImageSourceService
Inherits ImageSourceService
Implements IImageSourceService(Of IUriImageSource)
Inheritance
UriImageSourceService
Implements

Constructors

UriImageSourceService()
UriImageSourceService(ILogger<UriImageSourceService>)

Properties

Logger (Inherited from ImageSourceService)

Extension Methods

GetPlatformImageAsync(IImageSourceService, IImageSource, IMauiContext)

Applies to