Search
CommonUtils.distToRectPoint Method
See Also
 






Returns the nearest to pt point that lies on the outline of rectangle.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static Point2D distToRectPoint (
    Point2D pt,
    Rectangle2D r
)

 Parameters

pt

r

 Return Value

 See Also