A callback method handler that is used during animations.

Namespace: yWorks.Canvas.Animation
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public delegate void AnimationHandler(
	double time
)
Visual Basic
Public Delegate Sub AnimationHandler ( _
	time As Double _
)

Parameters

time
Type: System..::..Double
The time parameter that is incremented from 0.0 up to 1.0

See Also