Search
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

Array. An array of points.

 Return Value

Rect. The bounding rect.

 See Also