RhinoCommon API
CustomDisplayAddText Method (Text3d, Color) |
Adds a new 3D text object to the display list.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
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.