RhinoCommon API
CustomDisplayAddLine Method (Line, Color) |
Adds a new, colored line to the display list.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
public void AddLine( Line line, Color color )
Public Sub AddLine ( line As Line, color As Color )
Parameters
- line
- Type: Rhino.GeometryLine
Line to add. - color
- Type: System.DrawingColor
Color of line.