GIFBitmapDecoder.DecodeAsync(GIFDecoderStreamReader, Int32, Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public System.Threading.Tasks.Task DecodeAsync(Xamarin.Forms.Internals.GIFDecoderStreamReader stream, int width, int height);
member this.DecodeAsync : Xamarin.Forms.Internals.GIFDecoderStreamReader * int * int -> System.Threading.Tasks.Task
Parámetros
- stream
- GIFDecoderStreamReader
- width
- System.Int32
- height
- System.Int32
Devoluciones
System.Threading.Tasks.Task