RhinoCommon API
DisplayPipelineDrawLine Method (Line, Color, Int32) |
Draws a single line object.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void DrawLine( Line line, Color color, int thickness )
Public Sub DrawLine ( line As Line, color As Color, thickness As Integer )
Parameters
- line
- Type: Rhino.GeometryLine
Line to draw. - color
- Type: System.DrawingColor
Color to draw line in. - thickness
- Type: SystemInt32
Thickness (in pixels) of line.
