Checks if the specified point is inside the ellipse defined by the specified Rectangle2D.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public static boolean pointInEllipse ( |
The Point2D instance to check.
The Rectangle2D that bounds the ellipse.
true if the point is inside the ellipse; otherwise false.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |