Search
DiagramLink.UpdateAnimation Method
See Also
 





Invoked by running animations to update an item according to current animation progress.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void UpdateAnimation (
    Animation animation,
    double animationDelta
)

Visual Basic  Copy Code

Public Overridable Sub UpdateAnimation( _
    animation As Animation, _
    animationDelta As Double _
)

 Parameters

animation

The Animation object used to animate this link.

animationDelta

A value representing the current animation progress

 See Also