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