Checks if the specified Point2D is inside the specified Rectangle2D.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public static boolean pointInRect ( |
A Point2D instance to check.
A Rectangle2D instance.
true if the point is inside the rectangle; otherwise false.
See Also