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

 Syntax

C#  Copy Code

public RectangleF GetSpannedCellRect (
    int row,
    int col
)

Visual Basic  Copy Code

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

 Parameters

row

An integer value specifying the cell's row.

col

An integer value specifying the cell's column.

 Return Value

A RectangleF instance representing the cell's bounding rectangle.

 See Also

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