Search
Grid.GetHeaderBounds Method
See Also
 






Returns the bounding rectangle of the specified header.

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

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

 See Also