Search
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

 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

The 0-based index of the cell column.

r

The 0-based index of the cell row.

 Return Value

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

 See Also