MindFusion.Wpf Pack Programmer's Guide
Grid.GetCellBounds Method (ICell)
See Also
 





Returns the bounding rectangle of the specified cell.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Rect GetCellBounds (
    ICell cell
)

Visual Basic  Copy Code

Public Function GetCellBounds( _
    cell As ICell _
) As Rect

 Parameters

cell
An ICell object representing a cell or a group of cells in the grid.

 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