GifEncoderEndEncodeAnimation Method

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

Definition

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

Parameters

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

See Also