Search
DiagramItem.CompleteCreate Method
See Also
 





Invoked when the item creation has been completed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void CompleteCreate (
    PointF end
)

Visual Basic  Copy Code

Protected Overridable Sub CompleteCreate( _
    end As PointF _
)

 Parameters

end
The mouse pointer position.

 Remarks

This method is invoked when the user releases the mouse button while drawing a new item.

 See Also