DroidDiagram Programmer's Guide
DiagramLink.setStartPoint Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setStartPoint (
    PointF value
)

 Parameters

value

A PointF instance.

 Remarks

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

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace