Share via


ImageLoadingServiceExtensions.FromBytes(IImageLoadingService, Byte[]) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Graphics::IImage ^ FromBytes(Microsoft::Maui::Graphics::IImageLoadingService ^ target, cli::array <System::Byte> ^ bytes);
public static Microsoft.Maui.Graphics.IImage FromBytes (this Microsoft.Maui.Graphics.IImageLoadingService target, byte[] bytes);
static member FromBytes : Microsoft.Maui.Graphics.IImageLoadingService * byte[] -> Microsoft.Maui.Graphics.IImage
<Extension()>
Public Function FromBytes (target As IImageLoadingService, bytes As Byte()) As IImage

Parameters

bytes
Byte[]

Returns

Applies to