Click or drag to resize
TemporaryGraphicCollectionDrawArc Method
Creates an arc.

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 DrawArc(
	Matrix4 center,
	double radius,
	double startAngle,
	double endAngle,
	double width,
	Color color
)

Parameters

center
Type: ABB.Robotics.MathMatrix4
The position and orientation of the arc. The arc is created in the z=0 plane.
radius
Type: SystemDouble
The radius of the arc.
startAngle
Type: SystemDouble
The start angle (relative to the x-axis) of the arc
endAngle
Type: SystemDouble
The end angle (relative to the x-axis) of the arc
width
Type: SystemDouble
The line width of the arc, in pixels.
color
Type: System.DrawingColor
The color of the arc.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also