Checks if the specified point is inside the ellipse defined by the specified Rectangle2D.
Namespace: com.mindfusion.charting
Package: com.mindfusion.charting
Java
![]() |
---|
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.