IStreamImageSource Interface

Definition

public interface class IStreamImageSource : Microsoft::Maui::IImageSource
public interface IStreamImageSource : Microsoft.Maui.IImageSource
type IStreamImageSource = interface
    interface IImageSource
Public Interface IStreamImageSource
Implements IImageSource
Derived
Implements

Properties

IsEmpty (Inherited from IImageSource)

Methods

GetStreamAsync(CancellationToken)

Extension Methods

GetPlatformImageAsync(IImageSource, IMauiContext)
LoadImage(IImageSource, IMauiContext, Action<IImageSourceServiceResult<Object>>)

Applies to