Click or drag to resize
TemporaryGraphicCollectionDrawMarker Method
Creates a fixed size Marker

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 DrawMarker(
	Vector3 point,
	double size,
	double width,
	bool fixedSize,
	Color color
)

Parameters

point
Type: ABB.Robotics.MathVector3
The position of the center point of the Marker
size
Type: SystemDouble
The size of the Marker.
width
Type: SystemDouble
The line width of the Marker, in pixels.
fixedSize
Type: SystemBoolean
The fixed size of the Marker.
color
Type: System.DrawingColor
The color of the Marker.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also