RectangleD2DInflate Method |
Inflates the rectangle by the specified values x and y.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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