Click or drag to resize

RectangleD2DExpandToInclude(PointD2D) Method

Expands this rectangle, so that it contains the point p.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ExpandToInclude(
	PointD2D p
)

Parameters

p  PointD2D
The point that should be contained in this rectangle.

Return Value

The new rectangle that now contains the point p.
See Also