DroidDiagram Programmer's Guide
DiagramNode.getNearestBorderPoint Method
See Also
 






Returns a point that lies on the outline of this node, at the shortest distance from the specified point.

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

 Syntax

Java  Copy Code

public PointF getNearestBorderPoint (
    PointF point
)

 Parameters

point

A PointF instance.

 Return Value

A PointF instance representing the border point at shortest distance from the specified point.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace