MindFusion.Wpf Pack Programmer's Guide
TableNode.CellFromPoint Method (Point, Boolean, Int32@, Int32@)
See Also
 





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

 Syntax

C#  Copy Code

public bool CellFromPoint (
    Point point,
    bool isDiagramCoordinate,
    ref int row,
    ref int col
)

Visual Basic  Copy Code

Public Function CellFromPoint( _
    point As Point, _
    isDiagramCoordinate As Boolean, _
    ByRef row As Integer, _
    ByRef col As Integer _
) As Boolean

 Parameters

point

The point to check.

isDiagramCoordinate

true if the point is specified in logical diagram coordinates; false if the point is specified in WPF points.

row

Receives the row index if a cell is found at the specified position.

col

Receives the column index if a cell is found at the specified position.

 Return Value

true if a cell of this table contains the specified point; otherwise, false.

 See Also

CellFromPoint Method Overload List
TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace