SimulationTimeLine Class

Manufacture simulation timeline.
Public Class SimulationTimeLine 
Inherits BarBase 
Implements ICloneable
This language is not supported or no code example is available.
public class SimulationTimeLine : BarBase
ICloneable
This language is not supported or no code example is available.
Name Description
Public property CollisionColor Gets or sets the SimulationTimeLine collision color.
Public property Color Gets or sets the SimulationTimeLine color of the movements without collision.
Protected property CustomViewport Tells if the UI element is drawn with a custom viewport. (inherited from UserInterfaceBase).
Public property Disposed (inherited from DisposableBase).
Public property DrawScale Gets or sets the scale of the SimulationTimeLine.
Public property HoveringColor Gets or sets the SimulationTimeLine background color.
Protected property LocationAtOrigin When doing a render to Bitmap of the item, must not change the viewport origin. (inherited from UserInterfaceBase).
Internal protected (Protected Friend) property ParentViewport
Internal protected (Protected Friend) property ParentWorkspace
Public property RapidColor Gets or sets the SimulationTimeLine color for the rapid movements.
Public property ThicknessFactor Gets or sets SimulationTimeLine thickness factor (range 0-1).
Public property ThumbColor Gets or sets the SimulationTimeLine color of the timeline thumb.
Public property ViewportIndex Gets the index of the viewport on which the SimulationTimeLine is displayed.
Public property Visible Gets or sets the SimulationTimeLine visibility.
Top
Methods
 
Name Description
Public method Clone()
Public method Contains(Point) Tells if a point in viewport coordinates is over one of the buttons.
Public method Dispose()
Internal protected (Protected Friend) method Draw(DrawSceneParams)
Protected method DrawForBitmap(object) (inherited from BarBase).
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetBounds(Viewport) Gets the bounds rectangle in screen coordinates.
Internal protected (Protected Friend) method GetDefaultLayerName(Workspace) Use this method to get the correct layer name for internal Meshes. (inherited from UserInterfaceBase).
Public method GetHashCode (inherited from Object).
Public method GetThumbnail(Viewport, Size, Color) (inherited from BarBase).
Public method GetToolTipText(Motion, int, bool) Gets the tooltip Text.
Public method GetType (inherited from Object).
Protected method Hover(Workspace, ToolBarButton) (inherited from BarBase).
Public method Init() Initialize the TimeLine
Protected method MemberwiseClone (inherited from Object).
Protected method OnMouseDown(Workspace, MouseEventArgs) (inherited from BarBase).
Protected method Static Repaint(Workspace) (inherited from BarBase).
Public method ScaleForDPI() Scales the element for high DPI settings. (inherited from UserInterfaceBase).
Public method ToString (inherited from Object).
Public method Update(IUserInterfaceElement)
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition