2 implementations of IImageLoadingService
Microsoft.Maui.Graphics.Skia (1)
SkiaImageLoadingService.cs (1)
5
public class SkiaImageLoadingService :
IImageLoadingService
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImageLoadingService.cs (1)
20
:
IImageLoadingService
2 references to IImageLoadingService
Microsoft.Maui.Graphics (1)
ImageLoadingServiceExtensions.cs (1)
7
public static IImage FromBytes(this
IImageLoadingService
target, byte[] bytes)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformImageLoadingService.cs (1)
12
/// A Windows platform implementation of <see cref="
IImageLoadingService
"/> which