Click or drag to resize
TemporaryGraphicCollectionDrawTexturedRectangle Method (Vector3, Vector3, Vector3, Texture)
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 DrawTexturedRectangle(
	Vector3 origin,
	Vector3 side1,
	Vector3 side2,
	Texture texture
)

Parameters

origin
Type: ABB.Robotics.MathVector3
One corner of the rectangle.
side1
Type: ABB.Robotics.MathVector3
The first side of the rectangle.
side2
Type: ABB.Robotics.MathVector3
The second side of the rectangle.
texture
Type: ABB.Robotics.RobotStudio.StationsTexture
The texture to apply to the rectangle.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also