Calculates the bounding rectangle of the cell in the specified row and column 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( _ |
An integer value specifying the cell's row.
An integer value specifying the cell's column.
A RectangleF instance representing the cell's bounding rectangle.
See Also