GifEncoderEndEncodeImage Method

Waits for the pending asynchronous operation started by the BeginEncodeImage method to complete. In .NET Framework 4.0 and above you can use the EncodeImageAsync method instead.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
C#
public static void EndEncodeImage(
	IAsyncResult asyncResult
)

Parameters

asyncResult  IAsyncResult
The reference to the pending asynchronous request to finish.

See Also