Search
Grid.GetHeaderBounds Method
See Also
 





Returns the bounding rectangle of the specified header.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RectangleF GetHeaderBounds (
    Header header,
    bool includeSubHeaders
)

Visual Basic  Copy Code

Public Function GetHeaderBounds( _
    header As Header, _
    includeSubHeaders As Boolean _
) As RectangleF

 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 RectangleF that bounds the specified header, and optionally its child headers.

 See Also