ASP.NET Pack Programmer's Guide
Grid.getHeaderBounds Method
See Also
 





Returns the bounding rectangle of the specified header.

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

 Syntax

JavaScript  Copy Code

function getHeaderBounds (header, includeSubHeaders)

 Parameters

header

The Header object whose coordinates to return.

includeSubHeaders

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

 Return Value

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

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Lanes Namespace