Instantiates a scene text.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public SceneText(
	string text,
	Scene..::.Layer layer
)
Visual Basic (Declaration)
Public Sub New ( _
	text As String, _
	layer As Scene..::.Layer _
)
Visual C++
public:
SceneText(
	String^ text, 
	Scene..::.Layer^ layer
)

Parameters

text
Type: System..::.String
A text.
layer
Type: ceometric.VectorGeometry..::.Scene..::.Layer
A layer the text lies on.

Remarks

A scene text is a string with additional information.

See Also