ImageLoadingServiceExtensions.FromBytes(IImageLoadingService, Byte[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- target
- IImageLoadingService
- bytes
- Byte[]