Share via


GIFBitmapDecoder.DecodeAsync(GIFDecoderStreamReader, Int32, Int32) Method

Definition

public:
 System::Threading::Tasks::Task ^ DecodeAsync(Microsoft::Maui::Controls::Internals::GIFDecoderStreamReader ^ stream, int width, int height);
public System.Threading.Tasks.Task DecodeAsync (Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader stream, int width, int height);
member this.DecodeAsync : Microsoft.Maui.Controls.Internals.GIFDecoderStreamReader * int * int -> System.Threading.Tasks.Task
Public Function DecodeAsync (stream As GIFDecoderStreamReader, width As Integer, height As Integer) As Task

Parameters

width
Int32
height
Int32

Returns

Applies to