Global.RecreateRenderOutputDelegate Delegate
Definition
Section titled “Definition”Regenerates the RenderOutput if the desired size doesn’t match the current size.
public delegate void Global.RecreateRenderOutputDelegate(int width, int height)Parameters
Section titled “Parameters”width int
The width of the render output.
height int
The height of the render output.
Constructors
Section titled “Constructors”RecreateRenderOutputDelegate(object, nint)
Section titled “RecreateRenderOutputDelegate(object, nint)”public RecreateRenderOutputDelegate(object @object, nint method)Parameters
Section titled “Parameters”object object
method nint
Methods
Section titled “Methods”Invoke(int, int)
Section titled “Invoke(int, int)”public virtual void Invoke(int width, int height)Parameters
Section titled “Parameters”width int
height int
BeginInvoke(int, int, AsyncCallback, object)
Section titled “BeginInvoke(int, int, AsyncCallback, object)”public virtual IAsyncResult BeginInvoke(int width, int height, AsyncCallback callback, object @object)Parameters
Section titled “Parameters”width int
height int
callback AsyncCallback
object object
Returns
Section titled “Returns”EndInvoke(IAsyncResult)
Section titled “EndInvoke(IAsyncResult)”public virtual void EndInvoke(IAsyncResult result)Parameters
Section titled “Parameters”result IAsyncResult