GIFBitmap.CreateBitmapAsync 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.
Crea in modo asincrono una bitmap GIF dal flusso.
public static System.Threading.Tasks.Task<Microsoft.Maui.Controls.Internals.GIFBitmap> CreateBitmapAsync(Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader stream, Microsoft.Maui.Controls.Internals.GIFHeader header, Microsoft.Maui.Controls.Internals.GIFBitmapDecoder decoder, Microsoft.Maui.Controls.Internals.GIFBitmap previousBitmap, bool ignoreImageData = false);
static member CreateBitmapAsync : Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader * Microsoft.Maui.Controls.Internals.GIFHeader * Microsoft.Maui.Controls.Internals.GIFBitmapDecoder * Microsoft.Maui.Controls.Internals.GIFBitmap * bool -> System.Threading.Tasks.Task<Microsoft.Maui.Controls.Internals.GIFBitmap>
Public Shared Function CreateBitmapAsync (stream As GIFDecoderStreamReader, header As GIFHeader, decoder As GIFBitmapDecoder, previousBitmap As GIFBitmap, Optional ignoreImageData As Boolean = false) As Task(Of GIFBitmap)
Parametri
- stream
- GIFDecoderStreamReader
- header
- GIFHeader
- decoder
- GIFBitmapDecoder
- previousBitmap
- GIFBitmap
- ignoreImageData
- Boolean