DisplayPipeline.DrawLineArrow Method

DisplayPipelineDrawLineArrow Method

Draws an arrow made up of three line segments.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
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.
See Also