MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.getContentBounds Method

See Also
 





Returns the smallest rectangle that bounds all diagram items.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function getContentBounds ()

 Return Value

A Rect instance specifying the smallest rectangle that bounds all diagram items.

 See Also