A callback method handler that is used during animations.

Namespace: yWorks.Canvas.Animation
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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