DroidDiagram Programmer's Guide
Grid.getCellFromPoint Method
See Also
 






Gets the cell located at the specified point.

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

 Syntax

Java  Copy Code

public ICell getCellFromPoint (
    Point2D point,
    Rectangle2D.Float cellBounds
)

 Parameters

point

A Point instance specifying a point within the grid.

cellBounds

A Rect instance that receives the coordinates of the found cell.

 Return Value

An ICell reference to the found cell, or null if there is no cell located at the specified point.

 See Also

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