Click or drag to resize
TemporaryGraphicCollectionDrawLineStrip Method
Creates contiguous lines between a collection of points.

Namespace:  ABB.Robotics.RobotStudio.Stations.Forms
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public TemporaryGraphic DrawLineStrip(
	IEnumerable<Vector3> points,
	double width,
	Color color
)

Parameters

points
Type: System.Collections.GenericIEnumerableVector3
The points between which to draw lines.
width
Type: SystemDouble
The width of the lines (in pixels)
color
Type: System.DrawingColor
The color of the the lines.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also