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





Invoked during interactive modification of this item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void UpdateModify (
    PointF current,
    InteractionState ist
)

Visual Basic  Copy Code

Protected Overridable 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.

 Remarks

This methods is invoked after each mouse movement in order to update the item's state in accordance with the new mouse position.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace