Share via


GIFBitmap.CreateBitmapAsync Method

Definition

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)

Parameters

header
GIFHeader
previousBitmap
GIFBitmap
ignoreImageData
Boolean

Returns

Applies to