ASP.NET Pack Programmer's Guide
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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RectangleF GetSpannedCellRect (
    TableNode.Cell cell
)

Visual Basic  Copy Code

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

 Parameters

cell

A Cell instance.

 Return Value

A RectangleF instance representing the cell's bounding rectangle.

 See Also

GetSpannedCellRect Method Overload List
TableNode Members
TableNode Class
MindFusion.Diagramming Namespace