Table of Contents

Delegate ImageProcessorParameters.ContextCreatedDelegate

Namespace
VAST.Image
Assembly
VAST.Common.dll

Represents a callback that is invoked when the rendering context is created.

public delegate void ImageProcessorParameters.ContextCreatedDelegate(object context)

Parameters

context object

The rendering context that was created.

Constructors

ContextCreatedDelegate(object, nint)

public ContextCreatedDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(object, AsyncCallback, object)

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

Parameters

context 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 context)

Parameters

context object