Click or drag to resize

DisplayPipelineDrawLine Method (Line, Color, Int32)

Draws a single line object.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void DrawLine(
	Line line,
	Color color,
	int thickness
)

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.
See Also