Checks if the specified point is inside the ellipse defined by the specified Rectangle2D.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
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.
See Also