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.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
public static void EndEncodeImage(
IAsyncResult asyncResult
)
Public Shared Sub EndEncodeImage (
asyncResult As IAsyncResult
)
public:
static void EndEncodeImage(
IAsyncResult^ asyncResult
)
static member EndEncodeImage :
asyncResult : IAsyncResult -> unit
Parameters
- asyncResult IAsyncResult
- The reference to the pending asynchronous request to finish.