GIFBitmap.CreateBitmapAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- stream
- GIFDecoderStreamReader
- header
- GIFHeader
- decoder
- GIFBitmapDecoder
- previousBitmap
- GIFBitmap
- ignoreImageData
- Boolean
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.