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<Xamarin.Forms.Internals.GIFBitmap> CreateBitmapAsync (Xamarin.Forms.Internals.GIFDecoderStreamReader stream, Xamarin.Forms.Internals.GIFHeader header, Xamarin.Forms.Internals.GIFBitmapDecoder decoder, Xamarin.Forms.Internals.GIFBitmap previousBitmap, bool ignoreImageData = false);
static member CreateBitmapAsync : Xamarin.Forms.Internals.GIFDecoderStreamReader * Xamarin.Forms.Internals.GIFHeader * Xamarin.Forms.Internals.GIFBitmapDecoder * Xamarin.Forms.Internals.GIFBitmap * bool -> System.Threading.Tasks.Task<Xamarin.Forms.Internals.GIFBitmap>
Parameters
- stream
- GIFDecoderStreamReader
- header
- GIFHeader
- decoder
- GIFBitmapDecoder
- previousBitmap
- GIFBitmap
- ignoreImageData
- System.Boolean
Returns
System.Threading.Tasks.Task<GIFBitmap>