Click or drag to resize
TemporaryGraphicCollectionDrawBox Method
Creates a box.

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 DrawBox(
	Matrix4 origin,
	Vector3 size,
	Color color
)

Parameters

origin
Type: ABB.Robotics.MathMatrix4
The position and orientation of the corner of the box.
size
Type: ABB.Robotics.MathVector3
The size of the box in x, y and z directions.
color
Type: System.DrawingColor
The color of the box.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also