Search
Grid.getHeaderBounds Method
See Also
 






Returns the bounding rectangle of the specified header.

Namespace: MindFusion.Diagramming.Lanes
File: Grid.js

 Syntax

JavaScript  Copy Code

function getHeaderBounds (header, includeSubHeaders)

 Parameters

header

Lanes.Header. The Header object whose coordinates to return.

includeSubHeaders

Boolean. true to include the coordinates of the child headers in the returned rectangle, or false otherwise.

 Return Value

Rect. A Rect that bounds the specified header, and optionally its child headers.

 See Also