Search
DiagramItem.completeCreate Method
See Also
 

Invoked when the user finishes drawing this item.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

protected void completeCreate (
    Point2D end
)

 Parameters

end

A Point2D specifying the current pointer position.

 See Also