MindFusion.Wpf Pack Programmer's Guide
ShapeNode.UpdateModify Method
See Also
 





DiagramNode.UpdateModify override.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected override void UpdateModify (
    Point current,
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overrides Sub UpdateModify( _
    current As Point, _
    ist As InteractionState _
)

 Parameters

current

Position of the mouse pointer.

ist

An InteractionState object containing more information about the current state of the operation.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming.Wpf Namespace