Search
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

Point. The point to check.

rect

Rect. The bounds of the ellipse.

 Return Value

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

 See Also