DroidDiagram Programmer's Guide
DiagramLink.getEndPoint Method
See Also
 






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

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

 Syntax

Java  Copy Code

public PointF getEndPoint ()

 Return Value

A PointF instance.

 Remarks

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

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace