RectangleD3DWithRectangleIncluded Method |
Returns a rectangle that is based on the current rectangle, but was expanded to include all vertex points of the provided rectangle r.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public RectangleD3D WithRectangleIncluded(
RectangleD3D r
)
Parameters
- r RectangleD3D
- The rectangle, whose vertices have to be included.
Return Value
RectangleD3DA rectangle that is based on the current rectangle, but was expanded to include all vertex points of the provided rectangle
r.
See Also