Click or drag to resize

RectangleD3DWithPadding Method

Inflates the rectangle by the specified values x and y.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RectangleD3D WithPadding(
	double x,
	double y,
	double z
)

Parameters

x  Double
The value used to inflate the rectangle in x-direction.
y  Double
The value used to inflate the rectangle in y-direction.
z  Double
The value used to inflate the rectangle in z-direction.

Return Value

RectangleD3D
A new rectangle, inflated by the specified values x, y and z.
See Also