Click or drag to resize
TemporaryGraphic Class
A simple non-persistent graphics object.
Inheritance Hierarchy
SystemObject
  TempGfxInternal
    ABB.Robotics.RobotStudio.Stations.FormsTemporaryGraphic

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 sealed class TemporaryGraphic : TempGfxInternal

The TemporaryGraphic type exposes the following members.

Properties
  NameDescription
Public propertyColor
Gets or sets the color of this object.
Public propertyFixedSize
Gets or sets a value that indicates if this object should be rendered in a fixed size, regardless of the distance from the view point.
Public propertyMatrix
Gets or sets the global transform of this object, or the offset if the object is attached.
Public propertyPickable
Gets or sets a value that indicates if this object can be picked in the graphics.
Public propertyTag
Gets or sets user-defined data associated with this object.
Public propertyText
Sets the text of this object.
Public propertyTexture
Gets the Texture of this object, for supported types.
Public propertyTopmost
Gets or sets a value that indicates if this object should be rendered on top of other objects in the graphics.
Public propertyVisible
Gets or sets a value that indicates if this object is visible in the graphics.
Top
Methods
  NameDescription
Public methodAttach
Attaches this to an object in the station.
Public methodContinueTrace
Adds a new point to a trace.
Public methodCopy
Returns a copy of this TemporaryGraphic object.
Public methodDelete
Deletes this object from the graphics.
Public methodEquals (Inherited from Object.)
Public methodGetBoundingBox(Boolean)
Computes the (axis-aligned) bounding box for this object.
Public methodGetBoundingBox(Boolean, Vector3, Vector3) Obsolete.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHighlight(Boolean)
Highlights this object using the default highlight color and style for selections.
Public methodHighlight(Boolean, Color)
Highlights this object in the specified color.
Public methodHighlight(HighlightStyle, Color)
Highlights this object in the specified color and style.
Public methodSetAlpha
Sets the alpha of this objcect.
Public methodToString (Inherited from Object.)
Public methodUpdateCable
Public methodUpdateParticleSystem
Updates a particle system created by DrawParticleSystem(Matrix4, ParticleSystemData)
Top
Version Information

Supported in: 1.0.0.0
See Also