MindFusion.Wpf Pack Programmer's Guide
Grid.GetHeaderBounds Method
See Also
 





Returns the bounding rectangle of the specified header.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Rect GetHeaderBounds (
    Header header,
    bool includeSubHeaders
)

Visual Basic  Copy Code

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

 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.Wpf.Lanes Namespace