Search
DiagramLink.startCreate Method
See Also
 

DiagramItem.startCreate override. Invoked once when the user starts drawing a new item interactively.

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

 Syntax

Java  Copy Code

protected void startCreate (
    Point2D org
)

 Parameters

org

A Point2D specifying the pointer position.

 See Also