Click or drag to resize

CustomDisplayAddText Method (Text3d, Color)

Adds a new 3D text object to the display list.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void AddText(
	Text3d text,
	Color color
)

Parameters

text
Type: Rhino.DisplayText3d
Text object to add.
color
Type: System.DrawingColor
Color of text object.
See Also