Search
DrawCellEventArgs.Bounds Property
See Also
 





Gets the bounding rectangle of the cell being drawn.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RectangleF Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As RectangleF

 Property Value

A .NET RectangleF specifying the bounding rectangle of the cell.

 See Also