ImageLoadingServiceExtensions.FromBytes(IImageLoadingService, Byte[]) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Parametri
- target
- IImageLoadingService
- bytes
- Byte[]