Click or drag to resize

RectangleD3DNewRectangleIncludingAllPoints Method

Creates a new rectangle that includes all the provided points.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static RectangleD3D NewRectangleIncludingAllPoints(
	IEnumerable<PointD3D> points
)

Parameters

points  IEnumerablePointD3D
The points that the rectangle should include.

Return Value

RectangleD3D
The rectangle that includes all the provided points.
Exceptions
ExceptionCondition
ArgumentExceptionEnumeration is empty!
See Also