Returns the bounding rectangle of the specified cell.
Namespace: MindFusion.Diagramming.Lanes
File: Grid.js
SyntaxJavaScript
Copy Code
|
|---|
function getCellBounds (cell) |
Lanes.Cell. A Cell object representing a cell or a group of cells in the grid.
Rect. A Rect instance representing the rectangle that bounds the specified cell or group of cells.
See Also