Delegate ImageProcessorParameters.ContextCreatedDelegate
Represents a callback that is invoked when the rendering context is created.
public delegate void ImageProcessorParameters.ContextCreatedDelegate(object context)
Parameters
contextobjectThe rendering context that was created.
Constructors
ContextCreatedDelegate(object, nint)
public ContextCreatedDelegate(object @object, nint method)
Parameters
Methods
BeginInvoke(object, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object context, AsyncCallback callback, object @object)
Parameters
contextobjectcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object)
public virtual void Invoke(object context)
Parameters
contextobject