Search
DiagramItem.UpdateCreate Method
See Also
 





Invoked during interactive creation of this item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void UpdateCreate (
    PointF current
)

Visual Basic  Copy Code

Protected Overridable Sub UpdateCreate( _
    current As PointF _
)

 Parameters

current

Position of the mouse pointer.

 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