Click or drag to resize

RenderHeadUpDisplayBoxRender Method

Does the rendering of the text box.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public virtual void Render(
	RenderResources resources,
	RenderPosition position,
	RenderResolution resolution
)

Parameters

resources
Type: Lumiscaphe.Workshop.InteropRenderResources
The OpenGL resources.
position
Type: Lumiscaphe.Workshop.InteropRenderPosition
The position of the text box.
resolution
Type: Lumiscaphe.Workshop.InteropRenderResolution
The resolution of the text box.

Implements

IRenderHeadUpDisplayElementRender(RenderResources, RenderPosition, RenderResolution)
Exceptions
ExceptionCondition
ObjectDisposedExceptionRenderHeadUpDisplay::IsDisposed == true
ObjectNullExceptionresources == null
ObjectDestroyedExceptionRenderResources::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also