Click or drag to resize

RectangleD2DExpandToInclude(RectangleD2D) Method

Expands this rectangle, so that it now includes its former shape, and the rectangle provided in the argument.

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

Parameters

rect  RectangleD2D
The rectangle to include.
See Also