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





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

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

 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 whose location and size to return.

 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