DroidDiagram Programmer's Guide
DiagramLink.getStartPoint Method
See Also
 






Gets the position of the first control point of this link.

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

 Syntax

Java  Copy Code

public PointF getStartPoint ()

 Return Value

A PointF instance.

 Remarks

This method is a shortcut for getting the first element of ControlPoints.

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace