Click or drag to resize

RectangleD2DInflate 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 void Inflate(
	double x,
	double y
)

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.
See Also