Calculates the bounding rectangle of the specified cell also taking in consideration the cell row and column spanning.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public RectangleF GetSpannedCellRect ( |
Visual Basic
Copy Code
|
|---|
Public Function GetSpannedCellRect( _ |
A Cell instance.
A RectangleF instance representing the cell's bounding rectangle.
See Also