RectangleD3DWithPadding 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 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
RectangleD3DA new rectangle, inflated by the specified values
x,
y and
z.
See Also