RectangleD2DNewRectangleIncludingAllPoints Method |
Creates a rectangle that includes all the provided points.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static RectangleD2D NewRectangleIncludingAllPoints(
IEnumerable<PointD2D> points
)
Parameters
- points IEnumerablePointD2D
- The points that the rectangle should include.
Return Value
RectangleD2DThe rectangle that includes all the provided points.
Exceptions See Also