RectangleD3DWithOffset Method |
Changes the location of the rectangle by the specified values for x and y.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public RectangleD3D WithOffset(
double x,
double y,
double z
)
Parameters
- x Double
- The x offset.
- y Double
- The y offset.
- z Double
- The z offset.
Return Value
RectangleD3DA new rectangle with an position that is offset with regard to the original position.
See Also