Show / Hide Table of Contents

Delegate AnimatedView.GetTimeDelegate

Delegate for the GetTimeEvent. If not handeled the time is determined by the internal clock.

Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate double GetTimeDelegate(AnimatedView sender);
Parameters
Type Name Description
AnimatedView sender

The calling AnimtedView

Returns
Type Description
System.Double

The current time in seconds

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX