Click or drag to resize

RenderHeadUpDisplayBox Constructor (RenderPosition, RenderVerticalAlignment, RenderHorizontalAlignment)

Initializes a new instance of the RenderHeadUpDisplayBox class using the specified parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderHeadUpDisplayBox(
	RenderPosition position,
	RenderVerticalAlignment verticalAlignment,
	RenderHorizontalAlignment horizontalAlignment
)

Parameters

position
Type: Lumiscaphe.Workshop.InteropRenderPosition
The position where to draw the text box according to the vertical and horizontal alignment.
verticalAlignment
Type: Lumiscaphe.Workshop.InteropRenderVerticalAlignment
The vertical alignment of the text box.
horizontalAlignment
Type: Lumiscaphe.Workshop.InteropRenderHorizontalAlignment
The horizontal alignment of the text box.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also