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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.