Search
TableNode.GetSpannedCellRect Method (TableNode.Cell)
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect GetSpannedCellRect (
    TableNode.Cell cell
)

Visual Basic  Copy Code

Public Function GetSpannedCellRect( _
    cell As TableNode.Cell _
) As Rect

 Parameters

cell

A Cell instance.

 Return Value

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

 See Also