Gets the position of the first control point of this link.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Point2D.Float getStartPoint () |
A Point2D.Float instance.
RemarksThis method is a shortcut for getting the first element of ControlPoints.
See Also