MindFusion.Charting for JavaScript Programmer's Guide
DrawingUtils.pointInEllipse Method
See Also
 






Checks whether the specified ellipse contains the specified point.

Namespace: MindFusion.Drawing
File: DrawingUtils.js

 Syntax

JavaScript  Copy Code

function pointInEllipse (point, rect)

 Parameters

point

Type: Point
Point. The point to check.

rect

Type: Rect
Rect. The bounds of the ellipse.

 Return Value

Type: Boolean
Boolean. true if the ellipse contains the specified point, false if not.

 See Also

DrawingUtils Members
DrawingUtils Class
MindFusion.Drawing Namespace