Click or drag to resize

RenderCompositerRender Method (IRenderCompositerHook, RenderContext, RenderPresentParameters)

Render the compositer hook in the window context using the specified present parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void Render(
	IRenderCompositerHook compositerHook,
	RenderContext windowContext,
	RenderPresentParameters presentParameters
)

Parameters

compositerHook
Type: Lumiscaphe.Workshop.InteropIRenderCompositerHook
The compositer hook.
windowContext
Type: Lumiscaphe.Workshop.InteropRenderContext
The window context on which the hook will be applied.
presentParameters
Type: Lumiscaphe.Workshop.InteropRenderPresentParameters
The present parameters witch defines the blit position and the blit resolution in the window context.
Exceptions
ExceptionCondition
ObjectDestroyedExceptionRenderCompositer::IsDestroyed == true, RenderContext::IsDestroyed == true
ObjectNullExceptioncompositerHook == null, windowContext == null
ObjectDisposedExceptionIRenderCompositerHook::IsDisposed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also