RectangleD2DExpandToInclude(PointD2D) Method |
Expands this rectangle, so that it contains the point p.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ExpandToInclude(
PointD2D p
)
Parameters
- p PointD2D
- The point that should be contained in this rectangle.
See Also