GIFImageParser.ParseAsync(Stream, Boolean, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public System.Threading.Tasks.Task ParseAsync(System.IO.Stream stream, bool skipTypeIdentifier = false, bool ignoreImageData = false);
member this.ParseAsync : System.IO.Stream * bool * bool -> System.Threading.Tasks.Task
Parâmetros
- stream
- System.IO.Stream
- skipTypeIdentifier
- System.Boolean
- ignoreImageData
- System.Boolean
Retornos
System.Threading.Tasks.Task