RectangleD2DExpandToInclude(PointD2D) Method |
Expands this rectangle, so that it contains the point p.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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