GoXam for WPF v3
ComputeBounds Method
Northwoods.GoXam Namespace > DiagramPanel Class : ComputeBounds Method
Compute the bounding rectangle that surrounds a given collection of parts.
Syntax
public virtual Rect ComputeBounds( 
   IEnumerable<Part> parts
)

Parameters

parts

Return Value

the union of the Bounds of all of the parts in parts, or Rect.Empty if there are no parts
Remarks
This does not skip parts that are not Visible.
See Also

Reference

DiagramPanel Class
DiagramPanel Members