Table of Contents

Delegate ImageProcessorParameters.BeforeRenderingDelegate

Namespace
VAST.Image
Assembly
VAST.Common.dll

Represents a callback that is invoked before rendering a frame.

public delegate void ImageProcessorParameters.BeforeRenderingDelegate(object currentContext)

Parameters

currentContext object

The current rendering context.

Constructors

BeforeRenderingDelegate(object, nint)

public BeforeRenderingDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(object, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object currentContext, AsyncCallback callback, object @object)

Parameters

currentContext object
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(object)

public virtual void Invoke(object currentContext)

Parameters

currentContext object