Click or drag to resize

RectangleD2DNewRectangleIncludingAllPoints Method

Creates a 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 RectangleD2D NewRectangleIncludingAllPoints(
	IEnumerable<PointD2D> points
)

Parameters

points  IEnumerablePointD2D
The points that the rectangle should include.

Return Value

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