DroidDiagram Programmer's Guide
Grid.getCellBounds Method
See Also
 






Returns the bounding rectangle of the specified cell.

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

 Syntax

Java  Copy Code

public RectF getCellBounds (
    ICell cell
)

 Parameters

cell

An ICell object representing a cell or a group of cells in the grid.

 Return Value

A Rect instance representing the rectangle that bounds the specified cell or group of cells.

 See Also

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