RectangleDUnion(IEnumerableIBoundable) Method

Union list of elements.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static RectangleD Union(
	IEnumerable<IBoundable> ElementsToUnionBounds
)

Parameters

ElementsToUnionBounds  IEnumerableIBoundable
All relevant objects to find surrounding rectangle

Return Value

RectangleD
RectangleD combined for all elements.

See Also