Click or drag to resize

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
)

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