DisplayPipeline.DrawLineArrow Method

DisplayPipelineDrawLineArrow Method

Draws an arrow made up of three line segments.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void DrawLineArrow(
	Line line,
	Color color,
	int thickness,
	double size
)
Public Sub DrawLineArrow ( 
	line As Line,
	color As Color,
	thickness As Integer,
	size As Double
)

Parameters

line
Type: Rhino.GeometryLine
Base line for arrow.
color
Type: System.DrawingColor
Color of arrow.
thickness
Type: SystemInt32
Thickness (in pixels) of the arrow line segments.
size
Type: SystemDouble
Size (in world units) of the arrow tip lines.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also