BitmapDataExtensionsEndAdjustGamma Method
Waits for the pending asynchronous operation started by the
BeginAdjustGamma method to complete.
In .NET Framework 4.0 and above you can use the
AdjustGammaAsync method instead.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 7.0.0
public static void EndAdjustGamma(
this IAsyncResult asyncResult
)
<ExtensionAttribute>
Public Shared Sub EndAdjustGamma (
asyncResult As IAsyncResult
)
public:
[ExtensionAttribute]
static void EndAdjustGamma(
IAsyncResult^ asyncResult
)
[<ExtensionAttribute>]
static member EndAdjustGamma :
asyncResult : IAsyncResult -> unit
- asyncResult IAsyncResult
- The reference to the pending asynchronous request to finish.
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).