BitmapDataFactoryEndLoad Method
Waits for the pending asynchronous operation started by the
BeginLoad method to complete.
In .NET Framework 4.0 and above you can use the
LoadAsync method instead.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
public static IReadWriteBitmapData? EndLoad(
IAsyncResult asyncResult
)
Public Shared Function EndLoad (
asyncResult As IAsyncResult
) As IReadWriteBitmapData
public:
static IReadWriteBitmapData^ EndLoad(
IAsyncResult^ asyncResult
)
static member EndLoad :
asyncResult : IAsyncResult -> IReadWriteBitmapData
- asyncResult IAsyncResult
- The reference to the pending asynchronous request to finish.
IReadWriteBitmapDataAn
IReadWriteBitmapData instance that is the result of the operation,
or
, if the operation was canceled and the
ThrowIfCanceled property of the
asyncConfig parameter was
.