Search
TableNode.GetSpannedCellRect Method (Int32, Int32)
See Also
 





Calculates the bounding rectangle of the cell in the specified row and column also taking in consideration the cell row and column spanning.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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

An integer value specifying the cell's row.

col

An integer value specifying the cell's column.

 Return Value

A Microsoft.Maui.Graphics.Rect representing the cell's bounding rectangle.

 See Also