Skip to content

Global.RecreateRenderOutputDelegate Delegate

Regenerates the RenderOutput if the desired size doesn’t match the current size.

C#
public delegate void Global.RecreateRenderOutputDelegate(int width, int height)

width int
The width of the render output.

height int
The height of the render output.

RecreateRenderOutputDelegate(object, nint)

Section titled “RecreateRenderOutputDelegate(object, nint)”
C#
public RecreateRenderOutputDelegate(object @object, nint method)

object object

method nint

C#
public virtual void Invoke(int width, int height)

width int

height int

BeginInvoke(int, int, AsyncCallback, object)

Section titled “BeginInvoke(int, int, AsyncCallback, object)”
C#
public virtual IAsyncResult BeginInvoke(int width, int height, AsyncCallback callback, object @object)

width int

height int

callback AsyncCallback

object object

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)

result IAsyncResult