Share via


GIFHeader.CreateHeaderAsync(GIFDecoderStreamReader, Boolean) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Maui.Controls.Internals.GIFHeader> CreateHeaderAsync (Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader stream, bool skipTypeIdentifier = false);
static member CreateHeaderAsync : Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader * bool -> System.Threading.Tasks.Task<Microsoft.Maui.Controls.Internals.GIFHeader>
Public Shared Function CreateHeaderAsync (stream As GIFDecoderStreamReader, Optional skipTypeIdentifier As Boolean = false) As Task(Of GIFHeader)

Parameters

skipTypeIdentifier
Boolean

Returns

Applies to