Calculates the bounding rect of the specified polyline.
Namespace: MindFusion.Drawing
File: DrawingUtils.js
SyntaxJavaScript
Copy Code
|
|---|
function getPointsBounds (points) |
Type: Array
Array. An array of points.
Type: Rect
Rect. The bounding rect.
See Also