Click or drag to resize

RenderHeadUpDisplayBox Class

The RenderHeadUpDisplayBox class is an element for the RenderHeadUpDisplay class.
It allows the user to display a text box over the final image.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropRenderHeadUpDisplayBox

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public class RenderHeadUpDisplayBox : IRenderHeadUpDisplayElement, 
	IDisposable

The RenderHeadUpDisplayBox type exposes the following members.

Constructors
  NameDescription
Public methodRenderHeadUpDisplayBox(RenderPosition)
Initializes a new instance of the RenderHeadUpDisplayBox class.
Public methodRenderHeadUpDisplayBox(RenderPosition, RenderVerticalAlignment, RenderHorizontalAlignment)
Initializes a new instance of the RenderHeadUpDisplayBox class using the specified parameters.
Top
Properties
  NameDescription
Public propertyHorizontalAlignment
Gets or sets the horizontal alignment of the text box.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyMessage
Gets or sets the message to display in the text box.
Public propertyPosition
Gets or sets the position of the text box.
Public propertyVerticalAlignment
Gets or sets the vertical alignment of the text box.
Public propertyVisible
Gets or sets a value indicating whether this RenderHeadUpDisplayBox is visible.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RenderHeadUpDisplayBox
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRender
Does the rendering of the text box.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also