| RectangleD3DNewRectangleIncludingAllPoints Method | 
            Creates a new rectangle that includes all the provided points.
            
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic static RectangleD3D NewRectangleIncludingAllPoints(
	IEnumerable<PointD3D> points
)
Parameters
- points  IEnumerablePointD3D
- The points that the rectangle should include.
Return Value
RectangleD3DThe rectangle that includes all the provided points.
 Exceptions
Exceptions See Also
See Also