Returns the bounding rectangle of the specified header.
Namespace: MindFusion.Diagramming.Lanes
Package: Grid.js
JavaScript Copy Code |
---|
function getHeaderBounds (header, includeSubHeaders) |
The Header object whose coordinates to return.
true to include the coordinates of the child headers in the returned rectangle; otherwise, false.
A Rect that bounds the specified header, and optionally its child headers.