Calculates the bounding rectangle of the cell in the specified row and column, taking into consideration how many rows and columns the cell spans.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Rect GetSpannedCellRect ( |
Visual Basic
Copy Code
|
|---|
Public Function GetSpannedCellRect( _ |
A Rect object containing the cell coordinates.
See Also