CustomDisplay.AddText Method (Text3d, Color)

CustomDisplayAddText Method (Text3d, Color)

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

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

Parameters

text
Type: Rhino.DisplayText3d
Text object to add.
color
Type: System.DrawingColor
Color of text object.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also