Gets the cell located at the specified point.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public ICell GetCellFromPoint ( |
Visual Basic
![]() |
---|
Public Function GetCellFromPoint( _ |
A Point instance specifying a point within the grid.
A Rect instance that receives the coordinates of the found cell.
An ICell reference to the found cell, or null (Nothing in Visual Basic) if there is no cell located at the specified point.