Search
Utilities.pointInRect Method
See Also
 






Checks if the specified Point2D is inside the specified Rectangle2D.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static boolean pointInRect (
    Point2D pt,
    Rectangle2D rc
)

 Parameters

pt

A Point2D instance to check.

rc

A Rectangle2D instance.

 Return Value

true if the point is inside the rectangle; otherwise false.

 See Also