DiagramLite 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
Assembly: MindFusion.Diagramming.Silverlight

 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

r

 Return Value

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

 See Also

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