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






Checks whether the specified circle contains the specified point.

Namespace: MindFusion.Drawing
File: DrawingUtils.js

 Syntax

JavaScript  Copy Code

function pointInCircle (point, center, radius)

 Parameters

point

Type: Point
Point. The point to check.

center

Type: Point
Point. The center of the circle.

radius

Type: Number
Number. The radius of the circle.

 Return Value

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

 See Also

DrawingUtils Members
DrawingUtils Class
MindFusion.Drawing Namespace