MindFusion.Wpf Pack Programmer's Guide
TableNode.GetSpannedCellRect Method (Int32, Int32)
See Also
 





Calculates the bounding rectangle of the cell in the specified row and column, taking into consideration how many rows and columns the cell spans.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Rect GetSpannedCellRect (
    int row,
    int col
)

Visual Basic  Copy Code

Public Function GetSpannedCellRect( _
    row As Integer, _
    col As Integer _
) As Rect

 Parameters

row
Index of the table Row that contains the cell.
col
Index of the table Column that contains the cell.

 Return Value

A Rect object containing the cell coordinates.

 See Also

GetSpannedCellRect Method Overload List
TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace
RowSpan Property
ColumnSpan Property