Delegate PixelRowOperation
- Namespace
- SixLabors.ImageSharp.Processing
- Assembly
- SixLabors.ImageSharp.dll
A delegate representing a user defined processing delegate to use to modify image rows.
public delegate void PixelRowOperation(Span<Vector4> span)
Parameters
Remarks
Constructors
PixelRowOperation(object, nint)
public PixelRowOperation(object @object, nint method)
Parameters
Methods
BeginInvoke(Span<Vector4>, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Span<Vector4> span, AsyncCallback callback, object @object)
Parameters
span
Span<Vector4>callback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Span<Vector4>)
public virtual void Invoke(Span<Vector4> span)