RectangleD2DOffset 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 void Offset(
double x,
double y
)
Parameters
- x Double
- The x offset.
- y Double
- The y offset.
See Also