DisplayPipeline.DrawArrow Method (Line, Color)

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)
Syntax
public void DrawArrow(
	Line line,
	Color color
)
Public Sub DrawArrow ( 
	line As Line,
	color As Color
)

Parameters

line
Type: Rhino.GeometryLine
Arrow shaft.
color
Type: System.DrawingColor
Color of arrow.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also