ReadableBitmapDataExtensionsEndToWriteableBitmap Method
Namespace: KGySoft.Drawing.WpfAssembly: KGySoft.Drawing.Wpf (in KGySoft.Drawing.Wpf.dll) Version: 10.0.0-rc.1
public static WriteableBitmap? EndToWriteableBitmap(
this IAsyncResult asyncResult
)
<ExtensionAttribute>
Public Shared Function EndToWriteableBitmap (
asyncResult As IAsyncResult
) As WriteableBitmap
public:
[ExtensionAttribute]
static WriteableBitmap^ EndToWriteableBitmap(
IAsyncResult^ asyncResult
)
[<ExtensionAttribute>]
static member EndToWriteableBitmap :
asyncResult : IAsyncResult -> WriteableBitmap
- asyncResult IAsyncResult
- The reference to the pending asynchronous request to finish.
WriteableBitmapA
WriteableBitmap instance that is the result of the operation,
or
, if the operation was canceled and the
ThrowIfCanceledproperty of the
asyncConfig parameter was
.In Visual Basic and C#, you can call this method as an instance method on any object of type
IAsyncResult. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).