Xamarin Pack Programmer's Guide
DrawNodeEventArgs.Bounds Property
See Also
 






Gets the bounding rectangle of the node being drawn.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rectangle Bounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property Bounds As Rectangle

 Property Value

A Rectangle instance specifying the bounding rectangle of the node being drawn.

 Remarks

When drawing shadows, the rectangle is offset as necessary.

 See Also

DrawNodeEventArgs Members
DrawNodeEventArgs Class
MindFusion.Diagramming Namespace