Search
PathAnimation Constructor (IGraphicsPath, AnimationOptions)
See Also
 





Initializes a new instance of the PathAnimation class.

Namespace: MindFusion.Diagramming.Animations
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PathAnimation (
    IGraphicsPath path,
    AnimationOptions options
)

Visual Basic  Copy Code

Public New ( _
    path As IGraphicsPath, _
    options As AnimationOptions _
)

 Parameters

path

IGraphicsPath instance that defines the node's path.

options

An AnimationOptions instance containing animation parameters.

 See Also