Search
Utilities.pointInEllipse Method
See Also
 






Checks if the specified point is inside the ellipse defined by the specified Rectangle2D.

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

 Syntax

Java  Copy Code

public static boolean pointInEllipse (
    Point2D pt,
    Rectangle2D rc
)

 Parameters

pt

The Point2D instance to check.

rc

The Rectangle2D that bounds the ellipse.

 Return Value

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

 See Also