MindFusion.Wpf 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.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Rect GetCellBounds (
    int c,
    int r
)

Visual Basic  Copy Code

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

 Parameters

c
Index of the column that contains the cell.
r
Index of the row that contains the cell.

 Return Value

A Rect instance representing the rectangle that bounds the specified cell or group of cells.

 See Also

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