Gets the bounding rectangle of the node being drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public RectangleF Bounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Bounds As RectangleF |
A .NET RectangleF instance specifying the bounding rectangle of the node being drawn.
RemarksWhen drawing shadows, the rectangle is offset as necessary.
See Also