Search
FreeFormNode.UpdateCreate Method
See Also
 





DiagramNode.UpdateCreate override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void UpdateCreate (
    Point current
)

Visual Basic  Copy Code

Protected Overrides Sub UpdateCreate( _
    current As Point _
)

 Parameters

current

Position of the mouse pointer.

 See Also