RectangleD3DWithPointsIncluded Method |
Returns a rectangle that is based on the current rectangle, but was expanded to include all the provided points.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public RectangleD3D WithPointsIncluded(
IEnumerable<PointD3D> points
)
Parameters
- points IEnumerablePointD3D
- The points to include.
Return Value
RectangleD3DA rectangle that is based on the current rectangle, but was expanded to include all the provided points.
See Also