Click or drag to resize

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.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RectangleD3D WithRectangleIncluded(
	RectangleD3D r
)

Parameters

r  RectangleD3D
The rectangle, whose vertices have to be included.

Return Value

RectangleD3D
A rectangle that is based on the current rectangle, but was expanded to include all vertex points of the provided rectangle r.
See Also