Calculates the bounding rectangle of the specified cell, also taking in 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