Checks whether the specified ellipse contains the specified point.
Namespace: MindFusion.Drawing
File: DrawingUtils.js
JavaScript Copy Code |
---|
function pointInEllipse (point, rect) |
Type: Point
Point. The point to check.
Type: Rect
Rect. The bounds of the ellipse.
Type: Boolean
Boolean. true if the ellipse contains the specified point, false if not.