RectangleD2DExpandToInclude(RectangleD2D) Method |
Expands this rectangle, so that it now includes its former shape, and the rectangle provided in the argument.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ExpandToInclude(
RectangleD2D rect
)
Parameters
- rect RectangleD2D
- The rectangle to include.
See Also