Click or drag to resize
TemporaryGraphicCollectionDrawSurfaceRectangle Method (Matrix4, Double, Double, Color)
Creates a surface rectangle

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 DrawSurfaceRectangle(
	Matrix4 origin,
	double width,
	double height,
	Color color
)

Parameters

origin
Type: ABB.Robotics.MathMatrix4
The position (lower-left corner) and orientation of the rectangle. The rectangle will be drawn in the X-Y plane.
width
Type: SystemDouble
The width of the rectangle.
height
Type: SystemDouble
The height of the rectangle.
color
Type: System.DrawingColor
The color of the rectangle.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also