Search
ViewAnimation Constructor
See Also
 





Initializes a new instance of the ScrollAnimation class.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public ViewAnimation (
    IZoomTarget diagramView,
    AnimationOptions options
)

Visual Basic  Copy Code

Public New ( _
    diagramView As IZoomTarget, _
    options As AnimationOptions _
)

 Parameters

diagramView

The DiagramView to scroll.

options

An AnimationOptions instance containing animation parameters.

 See Also