Search
DiagramItem.StartCreate Method
See Also
 





Invoked once when the user starts creating a new item interactively.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void StartCreate (
    PointF org
)

Visual Basic  Copy Code

Protected Overridable Sub StartCreate( _
    org As PointF _
)

 Parameters

org
Position of the mouse pointer.

 Remarks

This method is invoked in response to the MouseDown event, just after an item has been instantiated.

 See Also