Returns the row and column indices of the cell located at the specified point, taking into consideration the cells span.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool CellFromPoint ( |
Visual Basic Copy Code |
---|
Public Function CellFromPoint( _ |
The point to check.
true if the point is specified in logical diagram coordinates; false if the point is specified in WPF points.
Receives the row index if a cell is found at the specified position.
Receives the column index if a cell is found at the specified position.
true if a cell of this table contains the specified point; otherwise, false.
WpfDiagram Programmer's Guide | © 2024 MindFusion |