Returns the bounding rectangle of the cell with the specified row and column.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Rect GetCellBounds ( |
Visual Basic
Copy Code
|
|---|
Public Function GetCellBounds( _ |
A Microsoft.Maui.Graphics.Rect representing the rectangle that bounds the specified cell.
See Also