GifEncoderEndEncodeHighColorImage Method

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

Definition

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

Parameters

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

See Also