Returns the bounding rectangle of the cell with the specified row and column.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Rect GetCellBounds ( |
Visual Basic Copy Code |
---|
Public Function GetCellBounds( _ |
The 0-based index of the cell column.
The 0-based index of the cell row.
A Rectangle instance representing the rectangle that bounds the specified cell.