Click or drag to resize
TemporaryGraphicCollectionDrawLine Method
Creates a line.

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 DrawLine(
	Vector3 start,
	Vector3 end,
	double width,
	Color color
)

Parameters

start
Type: ABB.Robotics.MathVector3
The start of the line.
end
Type: ABB.Robotics.MathVector3
The end of the line
width
Type: SystemDouble
The width of the line, in pixels.
color
Type: System.DrawingColor
The color of the line.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also