Click or drag to resize
TemporaryGraphicCollectionDrawArrow Method
Creates an arrow.

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

Parameters

start
Type: ABB.Robotics.MathVector3
The start (tip) of the arrow.
end
Type: ABB.Robotics.MathVector3
The end of the arrow.
tipLength
Type: SystemDouble
The length of the arrow tip
width
Type: SystemDouble
The line width of the arrow, in pixels.
color
Type: System.DrawingColor
The color of the arrow.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also