DroidDiagram Programmer's Guide
Grid.getHeaderBounds Method
See Also
 






Returns the bounding rectangle of the specified header.

Namespace: com.mindfusion.diagramming.lanes
Package: com.mindfusion.diagramming.lanes

 Syntax

Java  Copy Code

public RectF getHeaderBounds (
    Header header,
    boolean 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

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

 See Also

Grid Members
Grid Class
com.mindfusion.diagramming.lanes Namespace