ASP.NET Pack Programmer's Guide
FreeFormNode.UpdateModify Method
See Also
 





DiagramItem.UpdateModify override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void UpdateModify (
    PointF current,
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overrides Sub UpdateModify( _
    current As PointF, _
    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

FreeFormNode Members
FreeFormNode Class
MindFusion.Diagramming Namespace