Click or drag to resize

RectangleD3DWithPointsIncluded Method

Returns a rectangle that is based on the current rectangle, but was expanded to include all the provided points.

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

Parameters

points  IEnumerablePointD3D
The points to include.

Return Value

RectangleD3D
A rectangle that is based on the current rectangle, but was expanded to include all the provided points.
See Also