GoXam for WPF v3
ComputeDiagramBounds Method
Northwoods.GoXam Namespace > DiagramPanel Class : ComputeDiagramBounds Method
This is called by UpdateDiagramBounds to determine a new value for DiagramBounds.
Syntax
protected virtual Rect ComputeDiagramBounds()

Return Value

a Rect in model coordinates
Remarks
By default this computes the bounds of all of the visible nodes and links, excluding any Adornments and parts that have InDiagramBounds false, and then adds the Padding.
See Also

Reference

DiagramPanel Class
DiagramPanel Members