Click or drag to resize

DisplayPipelineDrawArrow Method (Line, Color)

Draws a single arrow object. An arrow consists of a Shaft and an Arrow head at the end of the shaft.

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

Parameters

line
Type: Rhino.GeometryLine
Arrow shaft.
color
Type: System.DrawingColor
Color of arrow.
See Also