GIFBitmapDecoder.DecodeAsync(GIFDecoderStreamReader, Int32, Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Parametri
- stream
- GIFDecoderStreamReader
- width
- System.Int32
- height
- System.Int32
Restituisce
System.Threading.Tasks.Task