Gets this node's bounding rectangle in local coordinates.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected RectangleF GetLocalBounds () |
Visual Basic
Copy Code
|
|---|
Protected Function GetLocalBounds () As RectangleF |
A RectangleF object representing the bounding rectangle of this node.
See Also