Click or drag to resize
TemporaryGraphicCollectionDrawSurfaceCircle Method
Creates a surface circle

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 DrawSurfaceCircle(
	Matrix4 origin,
	double radius,
	Color color
)

Parameters

origin
Type: ABB.Robotics.MathMatrix4
The position (center-point) and orientation of the circle. The circle will be drawn in the X-Y plane.
radius
Type: SystemDouble
The radius of the circle.
color
Type: System.DrawingColor
The color of circle.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also