BitmapSourceExtensionsEndConvertPixelFormat Method
Namespace: KGySoft.Drawing.WpfAssembly: KGySoft.Drawing.Wpf (in KGySoft.Drawing.Wpf.dll) Version: 9.0.0
public static WriteableBitmap? EndConvertPixelFormat(
this IAsyncResult asyncResult
)
<ExtensionAttribute>
Public Shared Function EndConvertPixelFormat (
asyncResult As IAsyncResult
) As WriteableBitmap
public:
[ExtensionAttribute]
static WriteableBitmap^ EndConvertPixelFormat(
IAsyncResult^ asyncResult
)
[<ExtensionAttribute>]
static member EndConvertPixelFormat :
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).