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






Calculates the bounding rect of the specified polyline.

Namespace: MindFusion.Drawing
File: DrawingUtils.js

 Syntax

JavaScript  Copy Code

function getPointsBounds (points)

 Parameters

points

Type: Array
Array. An array of points.

 Return Value

Type: Rect
Rect. The bounding rect.

 See Also

DrawingUtils Members
DrawingUtils Class
MindFusion.Drawing Namespace