ASP.NET Pack 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 Point2D getNearestBorderPoint (
    Point2D point
)

 Parameters

point

A Point2D instance.

 Return Value

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

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace