MindFusion WinForms Programmer's Guide
PathAnimation Constructor (GraphicsPath, AnimationOptions)
See Also
 





Initializes a new instance of the PathAnimation class.

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

 Syntax

C#  Copy Code

public PathAnimation (
    GraphicsPath path,
    AnimationOptions options
)

Visual Basic  Copy Code

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

 Parameters

path

GraphicsPath instance that defines the node's path.

options

An AnimationOptions instance containing animation parameters.

 See Also

PathAnimation Constructor Overload List
PathAnimation Class
MindFusion.Diagramming.Animations Namespace