ASP.NET Pack Programmer's Guide
Grid.GetCellBounds Method (Int32, Int32)
See Also
 





Returns the bounding rectangle of the cell with the specified row and column.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RectangleF GetCellBounds (
    int c,
    int r
)

Visual Basic  Copy Code

Public Function GetCellBounds( _
    c As Integer, _
    r As Integer _
) As RectangleF

 Parameters

c
The 0-based index of the cell column.
r
The 0-based index of the cell row.

 Return Value

A RectangleF instance representing the rectangle that bounds the specified cell.

 See Also

GetCellBounds Method Overload List
Grid Members
Grid Class
MindFusion.Diagramming.Lanes Namespace