Gets the display rectangle for a node.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
Rect GetDisplayBounds( IDiagramNode node ) |
Visual Basic (Declaration) |
---|
Function GetDisplayBounds ( _ node As IDiagramNode _ ) As Rect |
Parameters
- node
- Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramNode
The node for which the display rectangle is required.
Return Value
The display rectangle.
Remarks
This operation must be the inverse of SetNodeBounds(IDiagramNode, Rect).